DocumentSchemaManagerGetPagedDocumentSchemaFields Method
            Retrieves schema's fields.
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Retrieves schema's fields list")]
public FieldInfo[] GetPagedDocumentSchemaFields(
	int maximumRows,
	int startRowIndex,
	int documentSchemaId
)
- maximumRows  Int32
 - startRowIndex  Int32
 - documentSchemaId  Int32
 - id of schema to retrieve
 
FieldInfoschema's fields list
 
            This method is used to view paged list of fields in schema overview.