UserPreferencesGetParentViewForContext Method

Retrieve the inherited view in given context.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieve the inherited view in given context.")]
public DefaultView GetParentViewForContext(
	DefaultView context
)

Parameters

context  DefaultView
The DefaultView structure descibing the context in which the view is used.

Return Value

DefaultView
The DefaultView structure containing the parent context and identifier of the default view.

See Also