DocumentSchemaManagerGetCommonInactiveFieldChoicesFromMetadataVersionIds Method
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
)
- documentSchemaFieldDefinitionId Int32
- metadataVersionIds Int32
ListDropdownFieldChoiceList of
DropdownFieldChoices with
IsInactive flag.