DocumentSchemaManagerGetPagedDocumentSchemaFieldsCount Method

Retrieves schema's fields count.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieves schema's fields list")]
public int GetPagedDocumentSchemaFieldsCount(
	int maximumRows,
	int startRowIndex,
	int documentSchemaId
)

Parameters

maximumRows  Int32
startRowIndex  Int32
documentSchemaId  Int32
id of schema to retrieve

Return Value

Int32
schema's fields list count

Remarks

This method is used to view paged list of fields in schema overview.

See Also