DocumentFinderGetFieldsForView Method

Returns collection of fields connected with specified view type

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns collection of fields connected with specified view type")]
public FieldDefinition[] GetFieldsForView(
	string viewType,
	int viewParam
)

Parameters

viewType  String
type of the view
viewParam  Int32
parameter specific for particular view type

Return Value

FieldDefinition

See Also