Method | Description | |
---|---|---|
xmlDB_Folder ( this tmDatabase, System.Guid folderId ) : urn.microsoft.guidanceexplorer.Folder | ||
xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : urn.microsoft.guidanceexplorer.Folder | ||
xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolder, string folderName ) : urn.microsoft.guidanceexplorer.Folder | ||
xmlDB_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder | ||
xmlDB_Folder ( this tmLibrary, string folderCaption, |
||
xmlDB_Folders ( this folderToMap ) : IList |
||
xmlDB_Folders ( this tmDatabase, System.Guid libraryId ) : IList |
||
xmlDB_Folders ( this tmLibrary, |
||
xmlDB_Folders ( this tmDatabase ) : List |
||
xmlDB_Folders_All ( this tmDatabase ) : IList |
||
xmlDB_Folders_All ( this tmDatabase, System.Guid libraryId ) : IList |
||
xmlDB_Folders_All ( this tmDatabase, IList |
||
xmlDB_Folders_All ( this tmDatabase, urn folderToMap ) : IList |
Method | Description | |
---|---|---|
xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolderId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder | ||
xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder | ||
xmlDB_Add_Folder ( this tmLibrary, System.Guid parentFolderId, string folderCaption, |
||
xmlDB_Delete_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : bool | ||
xmlDB_Rename_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId, string newFolderName ) : bool |
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 xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : urn.microsoft.guidanceexplorer.Folder | ||
tmDatabase | this | |
libraryId | System.Guid | |
folderId | System.Guid | |
return | urn.microsoft.guidanceexplorer.Folder |
public static xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolder, string folderName ) : urn.microsoft.guidanceexplorer.Folder | ||
tmDatabase | this | |
libraryId | System.Guid | |
parentFolder | System.Guid | |
folderName | string | |
return | urn.microsoft.guidanceexplorer.Folder |
public static xmlDB_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder | ||
tmDatabase | this | |
libraryId | System.Guid | |
folderCaption | string | |
return | urn.microsoft.guidanceexplorer.Folder |
public static xmlDB_Folder ( this tmLibrary, string folderCaption, |
||
tmLibrary | this | |
folderCaption | string | |
tmDatabase | ||
return | urn.microsoft.guidanceexplorer.Folder |
public static xmlDB_Folders ( this folderToMap ) : IList |
||
folderToMap | this | |
return | IList |
public static xmlDB_Folders ( this tmDatabase, System.Guid libraryId ) : IList |
||
tmDatabase | this | |
libraryId | System.Guid | |
return | IList |
public static xmlDB_Folders ( this tmLibrary, |
||
tmLibrary | this | |
tmDatabase | ||
return | IList |
public static xmlDB_Folders ( this tmDatabase ) : List |
||
tmDatabase | this | |
return | List |
public static xmlDB_Folders_All ( this tmDatabase ) : IList |
||
tmDatabase | this | |
return | IList |
public static xmlDB_Folders_All ( this tmDatabase, System.Guid libraryId ) : IList |
||
tmDatabase | this | |
libraryId | System.Guid | |
return | IList |
public static xmlDB_Folders_All ( this tmDatabase, IList |
||
tmDatabase | this | |
foldersToMap | IList |
|
return | IList |
public static xmlDB_Folders_All ( this tmDatabase, urn folderToMap ) : IList |
||
tmDatabase | this | |
folderToMap | urn | |
return | IList |