Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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