Tenant.UpdateTenantTheme method
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Function UpdateTenantTheme ( _
name As String, _
themeJson As String _
) As ClientResult(Of Boolean)
'Usage
Dim instance As Tenant
Dim name As String
Dim themeJson As String
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.UpdateTenantTheme(name, _
themeJson)
public ClientResult<bool> UpdateTenantTheme(
string name,
string themeJson
)
Parameters
- name
Type: System.String
- themeJson
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>