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