DocumentSchemaManagerGetDocumentDetailsFields Method

Returns all metadata fields of particular schema and DocumentName system field

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns all metadata fields of particular schema and DocumentName system field")]
public FieldDefinition[] GetDocumentDetailsFields(
	int documentSchemaId
)

Parameters

documentSchemaId  Int32
 

Return Value

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