1. Stylelabs.M.Sdk.Contracts.Policies

Interface IMemberPolicy

Interface for member policies.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsPolicies

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IMemberPolicy

Properties

CanRead

Gets or sets a value indicating whether gets or sets whether the user/user group that has this policy can read the Target.

Declaration

bool CanRead { get; set; }

Property Value

TypeDescription
bool

CanWrite

Gets or sets a value indicating whether gets or sets whether the user/user group that has this policy can write to the Target.

Declaration

bool CanWrite { get; set; }

Property Value

TypeDescription
bool

DefinitionName

Gets or sets the name of the definition that contains the Target.

Declaration

string DefinitionName { get; set; }

Property Value

TypeDescription
string

Target

Gets or sets the member on the definition where the CanRead and CanWrite properties apply on.

Declaration

string Target { get; set; }

Property Value

TypeDescription
string
If you have suggestions for improving this article, let us know!