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

xmlDB_Add_Folder() private method

private xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolderId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder
tmDatabase this
libraryId System.Guid
parentFolderId System.Guid
folderCaption string
return urn.microsoft.guidanceexplorer.Folder
        public static urn.microsoft.guidanceexplorer.Folder xmlDB_Add_Folder(this TM_Xml_Database tmDatabase, Guid libraryId, Guid parentFolderId, string folderCaption)
        {
            UserRole.EditArticles.demand();
            var tmLibrary = tmDatabase.tmLibrary(libraryId);
            return tmLibrary.xmlDB_Add_Folder(parentFolderId, folderCaption, tmDatabase);
        }

Same methods

TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder::xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder
TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder::xmlDB_Add_Folder ( this tmLibrary, System.Guid parentFolderId, string folderCaption, TM_Xml_Database tmDatabase ) : urn.microsoft.guidanceexplorer.Folder