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

xmlDB_Folder() public static method

public static xmlDB_Folder ( this tmDatabase, System.Guid folderId ) : urn.microsoft.guidanceexplorer.Folder
tmDatabase this
folderId System.Guid
return urn.microsoft.guidanceexplorer.Folder
        public static urn.microsoft.guidanceexplorer.Folder xmlDB_Folder(this TM_Xml_Database tmDatabase, Guid folderId)
        {
            return tmDatabase.xmlDB_Folders_All()
                             .FirstOrDefault(folder => folder.folderId == folderId.str());
        }

Same methods

TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder::xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : urn.microsoft.guidanceexplorer.Folder
TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder::xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolder, string folderName ) : urn.microsoft.guidanceexplorer.Folder
TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder::xmlDB_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder
TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder::xmlDB_Folder ( this tmLibrary, string folderCaption, TM_Xml_Database tmDatabase ) : urn.microsoft.guidanceexplorer.Folder