DocumentSchemaManagerGetChoicesFromSourceForPreview Method

Retrieves choices from specified source

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieves choices from specified source")]
public List<DropdownFieldChoice> GetChoicesFromSourceForPreview(
	SourceSettings settings,
	ref bool exceeded,
	ref bool isDuplicate
)

Parameters

settings  SourceSettings
 
exceeded  Boolean
 
isDuplicate  Boolean
 

Return Value

ListDropdownFieldChoice

See Also