Creates a content-metadata object.
Syntax
public ContentMetaData(ContentType contentType, long length, long count);
Parameters
- contentType
- Is a ContentType object that indicates the content
type of the generated content that the content-metadata object
describes; the value of this parameter initializes the
contentType member variable of the content-metadata object
(contentType).
- count
- Specifies number of content elements in the requested content;
the value of this parameter initializes the count member
variable in the content-metadata object (count).
- length
- Specifies the total size of the requested content, in bytes;
the value of this parameter initializes the length member
variable in the content-metadata object (length). Business Object
Wizard does not currently use the length member
variable.
Return values
A newly instantiated ContentMetaData object.
