Click or drag to resize

UserGroup Constructor (Boolean)

Creates a new User Group which may allow guests.

Namespace:  VDS.RDF.Configuration.Permissions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public UserGroup(
	bool allowGuest
)

Parameters

allowGuest
Type: System.Boolean
Are guests allowed?.
Remarks
If guests are allowed then this Groups permissions apply to unauthenticated users.
See Also