Constable Authorization Engine 2.0 BETA

FilePolicyStore.PromptForMoniker Method 

[This is preliminary documentation and subject to change.]

Prompts the user with a file save dialog allowing one to select a file to which the policy can be saved.

[Visual Basic]
Overrides Public Function PromptForMoniker( _
   ByVal dialogOwner As IWin32Window, _
   ByVal instance As Object _
) As PersistentMoniker
[C#]
public override PersistentMoniker PromptForMoniker(
   IWin32Window dialogOwner,
   object instance
);

Parameters

dialogOwner
The window that should be the owner of the file save dialog or a null reference (Nothing in Visual Basic) if there is no window available.
instance
This parameter is currently ignored.

Return Value

An instance of the FileMoniker class representing the file to which a policy can be saved.

See Also

FilePolicyStore Class | LaMarvin.Constable.Design.Persistence Namespace