ISPTheme.ApplyTo method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Sub ApplyTo ( _
web As SPWeb, _
shareGenerated As Boolean _
)
'Usage
Dim instance As ISPTheme
Dim web As SPWeb
Dim shareGenerated As Boolean
instance.ApplyTo(web, shareGenerated)
void ApplyTo(
SPWeb web,
bool shareGenerated
)
Parameters
- web
Type: Microsoft.SharePoint.SPWeb
- shareGenerated
Type: System.Boolean