Constable Authorization Engine 2.0 BETA

FilePolicyStore.Open Method 

[This is preliminary documentation and subject to change.]

Prompts the user with a file open dialog allowing one to select a policy file to be loaded.

[Visual Basic]
Overrides Public Function Open( _
   ByVal dialogOwner As IWin32Window _
) As PersistentMoniker
[C#]
public override PersistentMoniker Open(
   IWin32Window dialogOwner
);

Parameters

dialogOwner
The window that should be the owner of the file open dialog or a null reference (Nothing in Visual Basic) if there is no window available.

Return Value

An instance of the FileMoniker class representing the selected policy file.

See Also

FilePolicyStore Class | LaMarvin.Constable.Design.Persistence Namespace