Click or drag to resize

DocumentSchemaManagerGetDocumentDetailsFields Method

Returns all metadata fields of particular schema and DocumentName system field

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public FieldDefinition[] GetDocumentDetailsFields(
	int documentSchemaId
)

Parameters

documentSchemaId
Type: SystemInt32

Return Value

Type: FieldDefinition
Remarks
1. invoke GetDocumentSchemaFields (see GetDocumentSchemaFields remarks ) 2. create instance of FieldDefinition class for DocumentName system field 3. return table of Fielddefinition with DocumentName system field added
See Also