VideoPreview Script

Build 1501 on 14/Nov/2017  This topic last edited on: 9/May/2012, at 13:05

Description

Returns the content of the videoPreview attribute.

Syntax

VgToDef(obj)

obj

generic object

Code

  ''' <summary>The video 'preview' data content attribute</summary>

  ''' <remarks>ObjectType: video</remarks>

  <Extension()> _

  Public Function VideoPreview(ByVal obj As IGenericAttrObj) As DataContent

    Return GetDataContent(obj, "videoPreview")

  End Function