Click or drag to resize

DocumentSchemaManagerGetChoicesFromSourceForPreview Method

Retrieves choices from specified source

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<DropdownFieldChoice> GetChoicesFromSourceForPreview(
	SourceSettings settings,
	ref bool exceeded,
	ref bool isDuplicate
)

Parameters

settings
Type: FileHold.LibraryManagerSourceSettings
exceeded
Type: SystemBoolean
isDuplicate
Type: SystemBoolean

Return Value

Type: ListDropdownFieldChoice
See Also