Click or drag to resize

DefaultView Class

Information about default view for given container or object.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerDefaultView

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class DefaultView

The DefaultView type exposes the following members.

Constructors
  NameDescription
Public methodDefaultView
Initializes a new instance of the DefaultView class
Top
Properties
  NameDescription
Public propertyContainerType
View container type, same as "viewContainerType" parameter of GetDocumentsBySnapshot (for example "FLD", "SRT", etc.).
Public propertyIsUserDefault
true indicates per-user setting, false indicates default system setting.
Public propertyObjectDefault
Type of object for which the default view is set.
Public propertyObjectId
Identifier of the cabinet, drawer, folder group or folder, depending on ObjectDefault; unused when ObjectDefault is None.
Public propertyParentObjectId
Identifier of parent drawer when ObjectDefault is “FolderGroup”; otherwise unused.
Public propertyViewId
Identifier of the view which is set as default in given context.
Top
Extension Methods
See Also