SP.Video.VideoSet.migrateVideo Method (sp.documentmanagement)

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.

SP.Video.VideoSet.migrateVideo(context)

Parameters

  • context
    Standalone video file with a known file extension to be migrated.

  • videoFile
    Standalone video file with a known file extension to be migrated.

Return value

The list item corresponding to the migrated video or to the original specified file if migration could not complete for reasons specified in remarks.

Exceptions

Exception Type

Condition

FileNotFoundException

Video file cannot be found.

ArgumentNullException

Video file parent hierarchy cannot be established.

Remarks

For migration to be attempted, the specified file must be in a document library that contains the video content type. It must also be on the list of file extensions specified by web.config SharePoint/MediaAssets node attribute mediaFileExtensions and not appear on the html5AudioFileExtensions attribute value. Otherwise, the specified file will not be modified.