Method | Description | |
---|---|---|
tmFolder ( this tmDatabase, System.Guid folderId ) : Folder_V3 | ||
tmFolder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : Folder_V3 | ||
tmFolder ( this folder, System.Guid libraryId, |
||
tmFolder ( this tmDatabase, System.Guid libraryId, string name ) : Folder_V3 | ||
tmFolders ( this tmDatabase ) : List |
||
tmFolders ( this tmDatabase, System.Guid libraryId ) : List |
||
tmFolders ( this tmDatabase, System.Guid libraryId, IList |
||
tmFolders ( this tmDatabase, TM_Library tmLibrary ) : List |
||
tmFolders ( this tmLibrary, |
||
tmFolders_All ( this tmDatabase, System.Guid libraryId ) : List |
public static tmFolder ( this tmDatabase, System.Guid folderId ) : Folder_V3 | ||
tmDatabase | this | |
folderId | System.Guid | |
return | Folder_V3 |
public static tmFolder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : Folder_V3 | ||
tmDatabase | this | |
libraryId | System.Guid | |
folderId | System.Guid | |
return | Folder_V3 |
public static tmFolder ( this folder, System.Guid libraryId, |
||
folder | this | |
libraryId | System.Guid | |
tmDatabase | ||
return | Folder_V3 |
public static tmFolder ( this tmDatabase, System.Guid libraryId, string name ) : Folder_V3 | ||
tmDatabase | this | |
libraryId | System.Guid | |
name | string | |
return | Folder_V3 |
public static tmFolders ( this tmDatabase ) : List |
||
tmDatabase | this | |
return | List |
public static tmFolders ( this tmDatabase, System.Guid libraryId ) : List |
||
tmDatabase | this | |
libraryId | System.Guid | |
return | List |
public static tmFolders ( this tmDatabase, System.Guid libraryId, IList |
||
tmDatabase | this | |
libraryId | System.Guid | |
folders | IList |
|
return | List |
public static tmFolders ( this tmDatabase, TM_Library tmLibrary ) : List |
||
tmDatabase | this | |
tmLibrary | TM_Library | |
return | List |
public static tmFolders ( this tmLibrary, |
||
tmLibrary | this | |
tmDatabase | ||
return | List |
public static tmFolders_All ( this tmDatabase, System.Guid libraryId ) : List |
||
tmDatabase | this | |
libraryId | System.Guid | |
return | List |