| AmiServiceClientDeletePolicy Method |
Deletes a security policy.
Namespace:
SanteDB.Messaging.AMI.Client
Assembly:
SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax public SecurityPolicy DeletePolicy(
Guid id
)
Public Function DeletePolicy (
id As Guid
) As SecurityPolicy
public:
SecurityPolicy^ DeletePolicy(
Guid id
)
member DeletePolicy :
id : Guid -> SecurityPolicy
Parameters
- id
- Type: SystemGuid
The id of the policy to be deleted.
Return Value
Type:
SecurityPolicyReturns the deleted policy.
See Also