Class ContentItemSubmissionCommandArguments
Represents arguments of the content item submission command.
public sealed class ContentItemSubmissionCommandArguments : FormSubmissionCommandArguments
  - Inheritance
 - 
      objectContentItemSubmissionCommandArguments
 
- Inherited Members
 
- Extension Methods
 
Constructors
ContentItemSubmissionCommandArguments()
public ContentItemSubmissionCommandArguments()
  Properties
ContentFolderId
Content folder ID.
public int ContentFolderId { get; set; }
  Property Value
- int
 
ContentItemName
Display name of the content item.
public string ContentItemName { get; set; }
  Property Value
- string
 
ContentTypeId
Content type ID.
public int ContentTypeId { get; set; }
  Property Value
- int
 
LanguageName
Content language codename.
public string LanguageName { get; set; }
  Property Value
- string
 
UpdateBeforeProcessing
Flag if the content item should be updated before further processing.
public bool UpdateBeforeProcessing { get; set; }
  Property Value
- bool
 
UpdateBeforePublish
Flag if the content item should be updated before publishing.
[Obsolete("Use UpdateBeforeProcessing instead.")]
public bool UpdateBeforePublish { get; set; }
  Property Value
- bool
 
WorkspaceId
Workspace identifier.
public int? WorkspaceId { get; set; }
  Property Value
- int?