ISchemaFieldTypePropertyChoices Method
|
Gets the built-in choices of this property. The value of the property (
Attribute) will be selected among these choices.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IEnumerable<string> Choices()
Function Choices As IEnumerable(Of String)
IEnumerable<String^>^ Choices()
abstract Choices : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringCollection of choices
See Also