Class
PermissionRangeCredentials

Specifies user or group credentials that control editing rights within a PermissionRange.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Protection

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class PermissionRangeCredentials

Inheritance: objectPermissionRangeCredentials

Constructors

PermissionRangeCredentials(EditingGroup)

Creates credentials that grant editing permissions to all users in the specified group category.

Declaration

cs-api-definition
public PermissionRangeCredentials(EditingGroup editingGroup)

Parameters

editingGroup

EditingGroup

The editing group.

PermissionRangeCredentials(string)

Creates credentials that grant editing permissions to a specific user identified by DOMAIN\name, name, or email.

Declaration

cs-api-definition
public PermissionRangeCredentials(string editor)

Parameters

editor

string

The editor. Could be defined as DOMAIN\name, name or email.

Properties

EditingGroup

Gets or sets the group category granted editing permissions, or null if using individual user credentials.

Declaration

cs-api-definition
public EditingGroup? EditingGroup { get; set; }

Property Value

EditingGroup?

The editing group.

Editor

Gets or sets the user identifier (DOMAIN\name, name, or email) granted editing permissions, or null if using group-based credentials.

Declaration

cs-api-definition
public string Editor { get; set; }

Property Value

string

The editor.