SSMapServicesDeleteUserAgent Method Ingeniux CMS Web Services API

Deletes a User Agent Branding by its name

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<string> DeleteUserAgent(
	string data
)

Parameters

data
Type: SystemString
Name of the User Agent to be deleted

Return Value

Type: XHRServiceResponseGenericString
Deleted User Agent Branding name
Remarks

If User Agent with matching name doesn't exist, returns error status

See Also

Reference