Click or drag to resize

PermissionSet Constructor (IEnumerableString)

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.GenericIEnumerableString
Actions.
See Also