Click or drag to resize

DocumentSchemaManagerSetFieldsOrder Method

Sets order of fields for particular schema

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetFieldsOrder(
	int documentSchemaId,
	int[] fieldIdsInOrder
)

Parameters

documentSchemaId
Type: SystemInt32
id of schema in which order will be changed
fieldIdsInOrder
Type: SystemInt32
collection of fields' id in appropriate order
See Also