Class CreateHeadlessItemCreateCommandArguments
Represents arguments of the create headless items Create(CreateHeadlessItemCreateCommandArguments, CancellationToken) command.
public sealed class CreateHeadlessItemCreateCommandArguments : FormSubmissionCommandArguments
- Inheritance
-
objectCreateHeadlessItemCreateCommandArguments
- Inherited Members
- Extension Methods
Properties
ContentTypeId
Identifier of the content type to create.
public int ContentTypeId { get; set; }
Property Value
- int
CopyFromExistingLanguageID
Language ID to copy content from. Specifies which content language will be used for prefilling fields of the new headless item language variant. If the value is not specified the fields of the new headless item language variant are not prefilled.
public int CopyFromExistingLanguageID { get; set; }
Property Value
- int
DisplayName
Display name of the headless item.
public string DisplayName { get; set; }
Property Value
- string