Interface ISelectionFieldDefinitionCreation
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface ISelectionFieldDefinitionCreation : IFieldDefinitionCreation
Properties
AcceptedValues
The accepted values of the field.
Declaration
List<string> AcceptedValues { get; }
Property Value
Type | Description |
---|---|
List<string> |
Multiselection
Whether the field can have multiple values.
Declaration
bool Multiselection { get; }
Property Value
Type | Description |
---|---|
bool |