Webs.CustomizeCss Method

Applies style sheet customization to a particular file.

Web Service: WebsWeb Reference: http://<Site>/_vti_bin/Webs.asmx

Syntax

<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/CustomizeCss", RequestNamespace:="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace:="http://schemas.microsoft.com/sharepoint/soap/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Sub CustomizeCss ( _
    cssFile As String _
)

Dim instance As Webs
Dim cssFile As String

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

Parameters

  • cssFile

See Also

Reference

Webs Class
Webs Members
Webs Web Service