Click or drag to resize

PermissionSet Constructor (IEnumerable<String>)

Creates a new Permissions Set.

Namespace:  VDS.RDF.Configuration.Permissions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public PermissionSet(
	IEnumerable<string> actions
)

Parameters

actions
Type: System.Collections.Generic.IEnumerable<String>
Actions.
See Also