Class MediaServiceSaveRequest
The request data for the save operation
Inheritance
System.Object
MediaServiceSaveRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Core.Common.Services
Assembly: ImageVault.Core.dll
Syntax
public class MediaServiceSaveRequest
Constructors
MediaServiceSaveRequest()
Declaration
public MediaServiceSaveRequest()
Properties
MediaItems
The System.Collections.Generic.IList<T> to save
Declaration
public IList<MediaItem> MediaItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<MediaItem> |
SaveOptions
The MediaServiceSaveOptions telling what data to save
Declaration
public MediaServiceSaveOptions SaveOptions { get; set; }
Property Value
Type | Description |
---|---|
MediaServiceSaveOptions |