DefaultView Class
Information about default view for given container or object.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
- Inheritance
- Object DefaultView
| DefaultView | Initializes a new instance of the DefaultView class |
| ContainerType |
View container type, same as "viewContainerType" parameter of GetDocumentsBySnapshot (for example "FLD", "SRT", etc.).
|
| IsUserDefault |
true indicates per-user setting, false indicates default system setting.
|
| ObjectDefault |
Type of object for which the default view is set.
|
| ObjectId |
Identifier of the cabinet, drawer, folder group or folder, depending on ObjectDefault; unused when ObjectDefault is None.
|
| ParentObjectId |
Identifier of parent drawer when ObjectDefault is “FolderGroup”; otherwise unused.
|
| ViewId |
Identifier of the view which is set as default in given context.
|