Click or drag to resize

UserPreferencesGetViewSettings Method

Return the default view for given folder.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ViewDefinition GetViewSettings(
	string containerType,
	int folderId,
	ref bool isUserDefault
)

Parameters

containerType
Type: SystemString
View container type, same as "viewContainerType" parameter of GetDocumentsBySnapshot (for example "FLD", "SRT", etc.).
folderId
Type: SystemInt32
Identifier of the folder; unused when view type doesn't have an associated folder.
isUserDefault
Type: SystemBoolean
true indicates per-user setting, false indicates default system setting.

Return Value

Type: ViewDefinition
See Also