RaumfeldNET.ContentDirectoryBrowserMulti.getSearchListParentIdFromMainContentType C# (CSharp) Method

getSearchListParentIdFromMainContentType() protected method

protected getSearchListParentIdFromMainContentType ( ContentDirectoryMainContentType _mainContentType ) : String
_mainContentType ContentDirectoryMainContentType
return String
        protected String getSearchListParentIdFromMainContentType(ContentDirectoryMainContentType _mainContentType)
        {
            String listId;
            dictCurListIdSearchParent.TryGetValue(_mainContentType, out listId);
            return listId;
        }