DocumentFinderGetDocumentsBySnapshotExcludeLibrary Method

Special case of GetDocumentsBySnapshot(Guid, Guid, String, SearchCriteria, ColumnSelector, Int32, Int32). It excludes document in Library. Used in special cases (Anonymous Portal).

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Finds documents which fulfills specified search criteria and retrieves a single page of data. It excludes documents from the Library.")]
[XmlIncludeAttribute(typeof(DropdownFieldChoice[]))]
[XmlIncludeAttribute(typeof(DrilldownFieldChoice[]))]
[XmlIncludeAttribute(typeof(int[]))]
public ColumnsWithValues GetDocumentsBySnapshotExcludeLibrary(
	Guid prevSnapshotId,
	ref Guid snapshotId,
	string viewContainerType,
	SearchCriteria searchCriteria,
	ColumnSelector[] sortOrder,
	int firstRowIndex,
	int pageSize
)

Parameters

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

Return Value

ColumnsWithValues

See Also