Share via


Webs.CustomizeCss Method

Applies style sheet customization to a particular file.

Namespace:  [Webs Web service]
Web service reference: http://Site/_vti_bin/Webs.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/CustomizeCss", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CustomizeCss ( _
    cssFile As String _
)
'Usage
Dim instance As Webs
Dim cssFile As String

instance.CustomizeCss(cssFile)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/CustomizeCss", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CustomizeCss(
    string cssFile
)

Parameters

See Also

Reference

Webs Class

Webs Members

Webs Web Service