VideoSet class

Represents a folder that contains all of the information related to a video.

Inheritance hierarchy

System.Object
  Microsoft.Office.DocumentManagement.DocumentSets.DocumentSet
    Microsoft.Office.DocumentManagement.VideoSets.VideoSet

Namespace:  Microsoft.Office.DocumentManagement.VideoSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Class VideoSet _
    Inherits DocumentSet
'Usage
Dim instance As VideoSet
public class VideoSet : DocumentSet

Remarks

Information related to a video can include, for example, different renditions and thumbnail images.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

VideoSet members

Microsoft.Office.DocumentManagement.VideoSets namespace