DocumentSchemaManagerSetFieldsOrder Method
            Sets order of fields for particular schema
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Sets order of fields for particular schema")]
public void SetFieldsOrder(
	int documentSchemaId,
	int[] fieldIdsInOrder
)
Parameters
- documentSchemaId  Int32
 - id of schema in which order will be changed
 - fieldIdsInOrder  Int32
 - collection of fields' id in appropriate order