Class ConfirmSelectionCommandArguments
Represents arguments of the create content item command.
public sealed class ConfirmSelectionCommandArguments
- Inheritance
-
objectConfirmSelectionCommandArguments
- Extension Methods
Properties
ContentItemName
Content item name.
public string ContentItemName { get; set; }
Property Value
- string
ContentTypeId
Content type class ID.
public int ContentTypeId { get; set; }
Property Value
- int