Click or drag to resize

DocumentSchemaManagerGetChoicesFromSource 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> GetChoicesFromSource(
	SourceSettings settings,
	ref bool exceeded
)

Parameters

settings
Type: FileHold.LibraryManagerSourceSettings
exceeded
Type: SystemBoolean

Return Value

Type: ListDropdownFieldChoice
See Also