Click or drag to resize

DocumentSchemaManagerGetPagedDocumentSchemaFieldsCount Method

Retrieves schema's fields count.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int GetPagedDocumentSchemaFieldsCount(
	int maximumRows,
	int startRowIndex,
	int documentSchemaId
)

Parameters

maximumRows
Type: SystemInt32
startRowIndex
Type: SystemInt32
documentSchemaId
Type: SystemInt32
id of schema to retrieve

Return Value

Type: Int32
schema's fields list count
Remarks
This method is used to view paged list of fields in schema overview.
See Also