Interface IPermission
Interface for Permission.
Namespace: VDS.RDF.Configuration.Permissions
Assembly: dotNetRDF.dll
Syntax
public interface IPermission
Methods
| Improve this Doc View SourceIsPermissionFor(String)
Gets whether the Permission is for a specific action.
Declaration
bool IsPermissionFor(string action)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | action | Action. |
Returns
| Type | Description |
|---|---|
| System.Boolean |