DefaultView Class

Information about default view for given container or object.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public class DefaultView
Inheritance
Object    DefaultView

Constructors

DefaultViewInitializes a new instance of the DefaultView class

Properties

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.

Extension Methods

See Also