Constable Authorization Engine 2.0 BETA

FilePolicyStore.CreateEmptyMoniker Method 

[This is preliminary documentation and subject to change.]

Creates an empty FileMoniker.

[Visual Basic]
Overrides Public Function CreateEmptyMoniker() As PersistentMoniker
[C#]
public override PersistentMoniker CreateEmptyMoniker();

Return Value

An instance of the FileMoniker class representing a nonexistent file.

See Also

FilePolicyStore Class | LaMarvin.Constable.Design.Persistence Namespace