ExternalPortalManagerGetDocumentsWithFields Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
[XmlIncludeAttribute(typeof(DropdownFieldChoice[]))]
[XmlIncludeAttribute(typeof(DrilldownFieldChoice[]))]
[XmlIncludeAttribute(typeof(int[]))]
public ColumnsWithValues GetDocumentsWithFields(
	Guid prevSnapshotId,
	ref Guid snapshotId,
	string viewContainerType,
	FieldDefinition[] fieldDefinitions,
	SearchCriteria searchCriteria,
	ColumnSelector[] sortOrder,
	int firstRowIndex,
	int pageSize
)

Parameters

prevSnapshotId  Guid
 
snapshotId  Guid
 
viewContainerType  String
 
fieldDefinitions  FieldDefinition
 
searchCriteria  SearchCriteria
 
sortOrder  ColumnSelector
 
firstRowIndex  Int32
 
pageSize  Int32
 

Return Value

ColumnsWithValues

See Also