DocumentSchemaManagerGetCommonInactiveFieldChoicesFromMetadataVersionIds Method

Returns common collection of DropdownFieldChoices with IsInactive flag specified for particular field and given documents' metadataVersionIds.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns common collection of choices with IsInactive flag specified for particular field and given documents' metadataVersionIds.")]
[XmlIncludeAttribute(typeof(int[]))]
public List<DropdownFieldChoice> GetCommonInactiveFieldChoicesFromMetadataVersionIds(
	int documentSchemaFieldDefinitionId,
	int[] metadataVersionIds
)

Parameters

documentSchemaFieldDefinitionId  Int32
metadataVersionIds  Int32

Return Value

ListDropdownFieldChoice
List of DropdownFieldChoices with IsInactive flag.

See Also