UserPreferencesGetViews Method

Return all views for given container type.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all views for given container type.")]
public ViewDefinition[] GetViews(
	string containerType
)

Parameters

containerType  String

Return Value

ViewDefinition

See Also