ActiveReports 12 Server User Guide
DeletePolicy Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IDesignerService Interface : DeletePolicy Method
The security token to use.
The target id.
The policy id.
Deletes the specified policy.
Syntax
'Declaration
 
Function DeletePolicy( _
   ByVal token As String, _
   ByVal targetId As String, _
   ByVal policyId As Guid _
) As Result
Result DeletePolicy( 
   string token,
   string targetId,
   Guid policyId
)

Parameters

token
The security token to use.
targetId
The target id.
policyId
The policy id.

Return Value

The result.
See Also

Reference

IDesignerService Interface
IDesignerService Members