|
IAccessRightsUpdateAccessRightsProfile Method
|
Updates an existing access rights profile.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+466b7b4177d79034f8e56fa7578c03dfea8fb3bf
SyntaxAccessRightsProfile UpdateAccessRightsProfile(
AccessRightsProfile accessRightsProfile
)
Function UpdateAccessRightsProfile (
accessRightsProfile As AccessRightsProfile
) As AccessRightsProfile
Parameters
- accessRightsProfile AccessRightsProfile
- An access rights profile to update.
Return Value
AccessRightsProfileAn access rights profile object with data after the update.
Exceptions
See Also