Enum ContentItemSelectorViewMode
Represents the view mode of the content item selector.
[JsonStringEnumCamelCaseConverter]
public enum ContentItemSelectorViewMode
- Extension Methods
Fields
Auto = 0The selector is in the auto mode, which means that the view is selected based on the type of content items.
Grid = 1The selector is in the grid view.
List = 2The selector is in the list view.