VideoSet members

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

The VideoSet type exposes the following members.

Constructors

  Name Description
Protected method VideoSet(SPFolder) Initializes a new instance of a VideoSet object.
Protected method VideoSet(SPFolder, SPListItem) Initializes a new instance of a VideoSet object.

Top

Properties

  Name Description
Public property ContentType Gets the content type for the document set. (Inherited from DocumentSet.)
Public property ContentTypeTemplate Gets the content type template associated with this DocumentSet object. (Inherited from DocumentSet.)
Public property Folder Gets the SPFolder object that is associated with this DocumentSet object. (Inherited from DocumentSet.)
Public property Item Gets a SPListItem object that is associated with this DocumentSet object. (Inherited from DocumentSet.)
Public property ParentFolder Gets the SPFolder object that contains the DocumentSet() object. (Inherited from DocumentSet.)
Public property ParentList Gets the parent list of the DocumentSet() object. (Inherited from DocumentSet.)
Public property VersionCollection Gets the collection of DocumentSet() version snapshots. (Inherited from DocumentSet.)
Public property WelcomePageUrl Gets the relative URL of the welcome page for this VideoSet object. (Overrides DocumentSet.WelcomePageUrl.)

Top

Methods

  Name Description
Public methodStatic member CreateVideo Creates a new VideoSet object.
Public method Equals (Inherited from Object.)
Public method Export() Packages and exports a DocumentSet object as a single compressed file. (Inherited from DocumentSet.)
Public method Export(Stream) Packages and exports a DocumentSet object. (Inherited from DocumentSet.)
Public method Export(Stream, UInt32) Packages and exports a DocumentSet object as a single compressed file. (Inherited from DocumentSet.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetEmbedCode Retrieves the embed code for the video at the specified path.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member MigrateVideo For a document library containing the video content type, this method attempts to migrate specified standalone video files into the representation required by video content type.
Public method Provision() Updates the schema of the document set item and its parent list. (Inherited from DocumentSet.)
Public method Provision(Boolean) Updates the schema of the document set item and its parent list. (Inherited from DocumentSet.)
Public method SendToOfficialFile Sends the DocumentSet object to a records repository. (Inherited from DocumentSet.)
Public method ToString (Inherited from Object.)
Public methodStatic member UploadVideo Uploads the video file with the specified file name to the specified list.

Top

See also

Reference

VideoSet class

Microsoft.Office.DocumentManagement.VideoSets namespace