EasyPortalServiceGetAllDocuments Method

Definition

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

Parameters

sessionId  String
 
firstRow  Int32
 
pageSize  Int32
 

Return Value

ListEasyPortalWorkflowDocument

See Also