DocumentSetTemplate.IsChildOfDocumentSetContentType Method
Definition
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.
[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.ClientResult<bool> IsChildOfDocumentSetContentType (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.ContentType ct);
static member IsChildOfDocumentSetContentType : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.ContentType -> Microsoft.SharePoint.Client.ClientResult<bool>
Public Shared Function IsChildOfDocumentSetContentType (context As ClientRuntimeContext, ct As ContentType) As ClientResult(Of Boolean)
Parameters
- context
- ClientRuntimeContext
- ct
- ContentType
Returns
- Attributes