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 | |
---|---|---|
VideoSet(SPFolder) | Initializes a new instance of a VideoSet object. | |
VideoSet(SPFolder, SPListItem) | Initializes a new instance of a VideoSet object. |
Top
Properties
Name | Description | |
---|---|---|
ContentType | Gets the content type for the document set. (Inherited from DocumentSet.) | |
ContentTypeTemplate | Gets the content type template associated with this DocumentSet object. (Inherited from DocumentSet.) | |
Folder | Gets the SPFolder object that is associated with this DocumentSet object. (Inherited from DocumentSet.) | |
Item | Gets a SPListItem object that is associated with this DocumentSet object. (Inherited from DocumentSet.) | |
ParentFolder | Gets the SPFolder object that contains the DocumentSet() object. (Inherited from DocumentSet.) | |
ParentList | Gets the parent list of the DocumentSet() object. (Inherited from DocumentSet.) | |
VersionCollection | Gets the collection of DocumentSet() version snapshots. (Inherited from DocumentSet.) | |
WelcomePageUrl | Gets the relative URL of the welcome page for this VideoSet object. (Overrides DocumentSet.WelcomePageUrl.) |
Top
Methods
Name | Description | |
---|---|---|
CreateVideo | Creates a new VideoSet object. | |
Equals | (Inherited from Object.) | |
Export() | Packages and exports a DocumentSet object as a single compressed file. (Inherited from DocumentSet.) | |
Export(Stream) | Packages and exports a DocumentSet object. (Inherited from DocumentSet.) | |
Export(Stream, UInt32) | Packages and exports a DocumentSet object as a single compressed file. (Inherited from DocumentSet.) | |
Finalize | (Inherited from Object.) | |
GetEmbedCode | Retrieves the embed code for the video at the specified path. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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. | |
Provision() | Updates the schema of the document set item and its parent list. (Inherited from DocumentSet.) | |
Provision(Boolean) | Updates the schema of the document set item and its parent list. (Inherited from DocumentSet.) | |
SendToOfficialFile | Sends the DocumentSet object to a records repository. (Inherited from DocumentSet.) | |
ToString | (Inherited from Object.) | |
UploadVideo | Uploads the video file with the specified file name to the specified list. |
Top