Click or drag to resize

EasyPortalServiceGetAllDocuments Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<EasyPortalWorkflowDocument> GetAllDocuments(
	string sessionId,
	int firstRow,
	int pageSize
)

Parameters

sessionId
Type: SystemString
firstRow
Type: SystemInt32
pageSize
Type: SystemInt32

Return Value

Type: ListEasyPortalWorkflowDocument
See Also