Click or drag to resize

SSMapServicesDeleteSite Method


Deletes a Site Branding by its name

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

Parameters

data  String
Name of the Site Branding to be deleted

Return Value

XHRServiceResponseGenericString
Deleted Site Branding's name
See Also