Click or drag to resize

RemNavigationGetFolderFilesByPage Method

Paperwork .Net Kütüphanesi

Namespace:  Paperwork.Connect
Assembly:  Paperwork.Connect (in Paperwork.Connect.dll) Version: 5.0.0.0
Syntax
C#
public a_NavigationInfo GetFolderFilesByPage(
	string searchId,
	ObjectID folderId,
	bool showAllVersion,
	int xType,
	int pageIndex,
	int pageSize,
	string orderColumn,
	string typeName,
	string field1,
	string field2,
	string field3,
	string field4,
	string field5
)

Parameters

searchId
Type: SystemString
folderId
Type: ObjectID
showAllVersion
Type: SystemBoolean
xType
Type: SystemInt32
pageIndex
Type: SystemInt32
pageSize
Type: SystemInt32
orderColumn
Type: SystemString
typeName
Type: SystemString
field1
Type: SystemString
field2
Type: SystemString
field3
Type: SystemString
field4
Type: SystemString
field5
Type: SystemString

Return Value

Type: a_NavigationInfo
See Also