UserGroup Constructor (Boolean) |
Creates a new User Group which may allow guests.
Namespace:
VDS.RDF.Configuration.Permissions
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic UserGroup(
bool allowGuest
)
Public Sub New (
allowGuest As Boolean
)
Parameters
- allowGuest
- Type: System.Boolean
Are guests allowed?.
Remarks
If guests are allowed then this Groups permissions apply to unauthenticated users.
See Also