UserPreferencesGetViewDetailsForUser Method

Return details of the given view that specified user has access to.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return details of the given view that specified user has access to.")]
public ViewDefinition GetViewDetailsForUser(
	int viewId,
	Guid userId
)

Parameters

viewId  Int32
userId  Guid

Return Value

ViewDefinition

See Also