A content Object
The following table describes the elements contained in Content
| Name | Description |
|---|---|
|
ClientID |
The Client ID Type: int |
| ChannelID |
The Channel ID Type: int |
| PlaylistID |
The Playlist this Content item belongs to. Type: int |
| ContentSequenceID |
The Content Sequence ID Type: int |
| ContentID |
The Content ID Type: int |
| MetaDataID |
The Meta Data ID (aka the ContentMetaDataID) Type: int |
| Title |
The Meta Data Title Type: string |
| ShortDesc |
The Meta Data Short Description Type: string |
| LongDesc |
The Meta Data Long Description Type: string |
| File |
The Filename of the video attached to this content. Type: string |
| URL |
The URL of the video attached to this content Type: string |
| IsDefault |
Is this the default MetaData item for this content. Type: boolean |
| IsFile |
Has the video been uploaded via Vidzapper admin Type: boolean |
| Image |
The URL of the image associated with the content Item. Type: string |
| Duration |
The duration of the video Type: float |
| Height |
The Height of the video Type: float |
| Width |
The width of the video Type: float |
| IsAvailable |
Is this Video Available to be played? Type: boolean |
| Rating |
The Rating for the video (e.g 12 15 or 18) string |
| TranscriptText |
The transcription Text Type: string |
| TranscriptStartTime |
The Transcript Start Time Type: dateTime |
| TranscriptEndTime |
The Ttranscript End Time Type: dateTime |
| TranscriptType |
The Transcript Type Type: string |
| IsModerated |
has the video been Moderated Type: boolean |
| IsRejected |
has the video been rejected by the moderator Type: boolean |
| AdTag |
The Ad Tag Type: string |
| Sequence |
The Sequence Type: string |
| Keywords |
The Keywords Type: string |
| UploadDateTime |
The upload DateTime Type: dateTime |
| ExpiryDateTime |
The Expiry DateTime Type: dateTime |
| VideoPath |
the Video Path Type: string |
| ThumnailPath |
The Thumbnail Path Type: string |
| ContentTypeID |
The Content Type Type: int |
| TypeTitle |
The Content Type Title Type: string |
| TypeDescription |
The Content Type Description Type: string |
| IsScheduled |
Has the Content a Scheduled Item Type: boolean |
| Link |
The Link (URL) of this video Type: string |
| VideoLink |
Should the video be "the" link Type: boolean |
| TitleLink |
Should the title of the video be "the link Type: boolean |
| DoNotShowInPlaylist |
Hide this video from the playlist Type: boolean |
| NoClickAway |
Do not allow the user to click on another video (usually used for ads) Type: boolean |
| Categories |
The List of categories associated with this content item Type: Array Category |
| PlaylistScheduled | Is PlayList Scheduled (Yes/No) |
| PlaylistTimeType | Playlist Time Type (GMT or Local Time) |
| PlaylistTimeHH | Playlist Start Time Hours Part |
| PlaylistTimeMM | Playlist Start Time Minute Part |
| PlayerID | Player ID(if any) |
| MetaData_AuthoringDateTime | Meta Data Authoring DateTime |
| IsAuthorize | Is Content Authorize |
| IsExpired | Is Content Expired |
| Error | If an error occurs the Error object is filled. |