VideoSet.CreateVideo Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.ClientResult<string> CreateVideo (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.Folder parentFolder, string name, Microsoft.SharePoint.Client.ContentTypeId ctid);
static member CreateVideo : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.Folder * string * Microsoft.SharePoint.Client.ContentTypeId -> Microsoft.SharePoint.Client.ClientResult<string>
Public Shared Function CreateVideo (context As ClientRuntimeContext, parentFolder As Folder, name As String, ctid As ContentTypeId) As ClientResult(Of String)
- context
- ClientRuntimeContext
- parentFolder
- Folder
- name
- String
- ctid
- ContentTypeId
- Attributes
Product | Versions |
---|---|
SharePoint CSOM | latest |