TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder.xmlDB_Folders C# (CSharp) Method

xmlDB_Folders() public static method

public static xmlDB_Folders ( this folderToMap ) : IList
folderToMap this
return IList
        public static IList<urn.microsoft.guidanceexplorer.Folder> xmlDB_Folders(this urn.microsoft.guidanceexplorer.Folder folderToMap)
        {
            return folderToMap.isNull()
                        ? new List<urn.microsoft.guidanceexplorer.Folder>()
                        : folderToMap.folder1;
        }

Same methods

TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder::xmlDB_Folders ( this tmDatabase, System.Guid libraryId ) : IList
TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder::xmlDB_Folders ( this tmLibrary, TM_Xml_Database tmDatabase ) : IList
TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder::xmlDB_Folders ( this tmDatabase ) : List