LicenseProxy DeleteRoleServices Method CelloSaaS API Documentation
This method is used to delete role services.

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.LicenseManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static void DeleteRoleServices(
	string roleId,
	string[] serviceIds
)

Parameters

roleId
Type: System String
Role Id
serviceIds
Type:  System String 
Service Ids
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrows ArgumentNullException if any mandatory argument is null or empty
[!:ServiceMappingException]Throws ServiceMappingException.
See Also