UserPreferencesGetViewsForUser Method

Return all views for given container type for specified user.

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 for specified user.")]
public ViewDefinition[] GetViewsForUser(
	string containerType,
	Guid userId
)

Parameters

containerType  String
userId  Guid

Return Value

ViewDefinition

See Also