A folder object.
            
Inheritance Hierarchy
Mocom_WorkSite_LibraryWorkSiteFolder
Namespace: Mocom_WorkSite_Library
Assembly: Mocom WorkSite Library (in Mocom WorkSite Library.dll) Version: 1.0.8.0 (1.0.8)
Syntax
The WorkSiteFolder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WorkSiteFolder(String, String) | 
            Initialises a new instance of the WorkSiteFolder class
              | |
| WorkSiteFolder(String, String, WorkSiteFolderFolderType) | 
            Initialises a new instance of the WorkSiteFolder class
              | 
Methods
| Name | Description | |
|---|---|---|
| GetDocuments | 
            Gets a collection of documents contained in the folder.
              | 
Properties
| Name | Description | |
|---|---|---|
| Client | 
            Gets or sets the client (or custom1) property of the folder.
              | |
| FolderName | 
            Gets the name of the folder.
              | |
| Matter | 
            Gets or sets the matter (or custom2) property of the folder.
              | |
| ObjectId | 
            Gets the unique ID of the folder.
              | |
| ParentFolderId | 
            Gets the Id of the parent folder.
              | |
| TypeOfFolder | 
            Gets the type of WorkSite folder.
              | 
See Also