Click or drag to resize

SSMapServicesDeleteSite Method


Deletes a Site Branding by its name

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<string> DeleteSite(
	string data
)

Parameters

data
Type: SystemString
Name of the Site Branding to be deleted

Return Value

Type: XHRServiceResponseGenericString
Deleted Site Branding's name
See Also