Tenant.SetTenantCdnPolicy method
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Overridable Sub SetTenantCdnPolicy ( _
cdnType As SPOTenantCdnType, _
policyType As SPOTenantCdnPolicyType, _
policyValue As String _
)
'Usage
Dim instance As Tenant
Dim cdnType As SPOTenantCdnType
Dim policyType As SPOTenantCdnPolicyType
Dim policyValue As String
instance.SetTenantCdnPolicy(cdnType, _
policyType, policyValue)
public virtual void SetTenantCdnPolicy(
SPOTenantCdnType cdnType,
SPOTenantCdnPolicyType policyType,
string policyValue
)
Parameters
- policyValue
Type: System.String