Table of Contents

Class repFilterPermissions

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the permissions for a filter.

public class repFilterPermissions
Inheritance
repFilterPermissions
Inherited Members
Extension Methods

Properties

FilterAllowed

Returns if the filter is allowed.

public bool FilterAllowed { get; }

Property Value

bool

ItemAllowedScript

Returns a script expression used to determine if the filter is allowed.

public string ItemAllowedScript { get; }

Property Value

string