RaumfeldNET.ContentDirectoryBrowserMulti.getListIdFromMainContentType C# (CSharp) Method

getListIdFromMainContentType() protected method

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