Tenant.DeleteTenantTheme method
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Sub DeleteTenantTheme ( _
name As String _
)
'Usage
Dim instance As Tenant
Dim name As String
instance.DeleteTenantTheme(name)
public void DeleteTenantTheme(
string name
)
Parameters
- name
Type: System.String