Constable Authorization Engine 2.0 BETA

PolicyClipboardHandler.Paste Method 

[This is preliminary documentation and subject to change.]

Opens the pasted AuthorizationPolicy instance in a new Policy Designer window.

[Visual Basic]
Overrides Public Sub Paste( _
   ByVal instance As Object, _
   ByVal target As Object _
) _
    Implements IClipboardHandler.Paste
[C#]
public override void Paste(
   object instance,
   object target
);

Parameters

instance
The AuthorizationPolicy instance being pasted.
target
A reference to a target AuthorizationPolicy instance.

Implements

IClipboardHandler.Paste

Remarks

The implementation ignores the target reference because the Paste operation for AuthorizationPolicy objects displays the pasted policy in a new Policy Designer window.

See Also

PolicyClipboardHandler Class | LaMarvin.Constable.Design.Clipboard Namespace