Methods
(1) GetContentTypesDescription
Request
This method does not take any parameters
Response
Type | Name |
---|---|
List<ContentTypeDescription> | contentDescriptions |
(2) GetContentTypeDescription
Request
Type | Name |
---|---|
String | contentType |
Response
Type | Name |
---|---|
List<ContentTypeExtensionField> | extensionFields |
(3) BrowseContents
Request
This method does not take any parameters
Response
Type | Name |
---|---|
List<AdminTitleContent> | contents |
(4) GetContentDetails
Request
Type | Name |
---|---|
Uint32 | contentId |
Response
Type | Name |
---|---|
Data | details |
(5) CreateContentAndGetUploadInformation
Request
Type | Name |
---|---|
String | name |
String | description |
String | key |
DateTime | dateAvailable |
DateTime | dateExpired |
Uint32 | flags |
Uint32 | extendedFlags |
String | contentType |
Data | extension |
String | mime |
Response
(6) RemoveContent
Request
Type | Name |
---|---|
Uint32 | contentId |
Response
Type | Name |
---|---|
Bool | %retval% |
(7) UpdateContentMetaData
Request
Type | Name |
---|---|
Uint32 | contentId |
String | name |
String | description |
DateTime | dateAvailable |
DateTime | dateExpired |
Uint32 | flags |
Uint32 | extendedFlags |
Data | extension |
Response
Type | Name |
---|---|
Bool | %retval% |
(8) ContentInsertionCompleted
Request
Type | Name |
---|---|
Uint32 | contentId |
Uint32 | contentSize |
Response
Type | Name |
---|---|
Bool | %retval% |
Types
ContentTypeExtensionField (Structure)
ContentTypeDescription (Structure)
Type | Name |
---|---|
String | m_ContentType |
List<ContentTypeExtensionField> | m_extensionFields |