SPWeb.RevertCss Method
Reverts style sheet customization of a file to the default style sheet.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub RevertCss ( _
cssFile As String _
)
'Usage
Dim instance As SPWeb
Dim cssFile As String
instance.RevertCss(cssFile)
public void RevertCss(
string cssFile
)
Parameters
cssFile
Type: System.StringThe file name and extension of the cascading style sheets (CSS) file.
Exceptions
Exception | Condition |
---|---|
SPException | The cssFile parameter does not contain the extension of a style sheet file (.css). |
Remarks
This method does nothing if cssFile is null or empty.