System.Object
ContentType
DIMEContent
(deprecated)
MIMEContent
(not supported)
Client Declaration
public abstract class ContentType
The base, abstract element for representing content data associated with a Content Engine object.
Attributes
UInt64
size
:
Attributes Specific to .NET Clients
Boolean
sizeSpecified
: Optional expression specifying whether size
has a value (true
) or not (false
).
<xsd:complexType name="ContentType" abstract="true"> <xsd:attribute name="size" type="xsd:unsignedLong"/> </xsd:complexType>