Click or drag to resize

PermissionConfigurationCopyFrom Method

Replaces the contents of this configuration with a copy of the entries from source. Existing entries are cleared first.

Namespace: RAYLASE.Marker.Permission
Assembly: RAYLASE.Marker.Permission (in RAYLASE.Marker.Permission.dll) Version: 2.50.0
Syntax
C#
public PermissionConfiguration CopyFrom(
	PermissionConfiguration source
)

Parameters

source  PermissionConfiguration
The configuration to copy users, roles, operations and role assignments from.

Return Value

PermissionConfiguration
This PermissionConfiguration instance, to allow call chaining.
See Also