Class AuxiliaryContent
Contains
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.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class AuxiliaryContent : AuxiliaryContentBase
Constructors
AuxiliaryContent()
Declaration
public AuxiliaryContent()
AuxiliaryContent(AuxiliaryContent)
Declaration
public AuxiliaryContent(AuxiliaryContent auxiliaryContent)
Parameters
Type | Name | Description |
---|---|---|
AuxiliaryContent | auxiliaryContent |
Properties
ContentType
Specifies the ContentType for the auxiliary content
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Data
Contains the content data
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
ETag
Declaration
public string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |