CreateVideo method

OnlineMediaManager.CreateVideo method

Creates an OnlineVideo object with the specified RemoteId as a child of the online picture album with the specified Id.

Syntax


public:
OnlineVideo^ CreateVideo(
  String^ remoteId, 
  String^ parentPictureAlbumId
)

Parameters

remoteId

Type: System.String [.NET] | Platform::String [C++]

The RemoteId of the new OnlinePicture.

parentPictureAlbumId

Type: System.String [.NET] | Platform::String [C++]

The Id of the online picture album that will be the parent of the new OnlineVideo.

Return value

Type: OnlineVideo

The newly created OnlineVideo object.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.SocialInformation.OnlineMedia
Windows::Phone::SocialInformation::OnlineMedia [C++]

Metadata

Windows.WinMD

See also

OnlineMediaManager

 

 

Show:
© 2017 Microsoft