ThemingOptions.hideDefaultThemes property
Namespace: Microsoft.SharePoint.Client.Utilities
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property hideDefaultThemes As Boolean
Get
Set
'Usage
Dim instance As ThemingOptions
Dim value As Boolean
value = instance.hideDefaultThemes
instance.hideDefaultThemes = value
public bool hideDefaultThemes { get; set; }
Property value
Type: System.Boolean