Class ContentSynchronizationCreateArguments
Arguments for the content synchronization create command.
public class ContentSynchronizationCreateArguments
- Inheritance
-
objectContentSynchronizationCreateArguments
- Derived
- Extension Methods
Constructors
ContentSynchronizationCreateArguments()
public ContentSynchronizationCreateArguments()
Properties
Identifiers
Gets or sets the identifiers of the selected content items.
public IEnumerable<int> Identifiers { get; set; }
Property Value
- IEnumerable<int>
IncludeLinkedForms
Gets or sets a value indicating whether linked forms should be included in the synchronization.
public bool IncludeLinkedForms { get; set; }
Property Value
- bool
ScheduledRestore
Gets or sets the time at which content should be restored. If not specified, the content will be restored right after transfer.
public DateTime? ScheduledRestore { get; set; }
Property Value
- DateTime?