Class ContentSynchronizationCreateArguments
Arguments for the content synchronization create command.
public sealed class ContentSynchronizationCreateArguments
- Inheritance
-
objectContentSynchronizationCreateArguments
- 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>
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?