Table of Contents

Class repFormOrderPermissions

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the permissions of a form order.

public class repFormOrderPermissions
Inheritance
repFormOrderPermissions
Inherited Members
Extension Methods

Properties

FormOrderAllowed

Returns True if this form order is allowed.

public bool FormOrderAllowed { get; }

Property Value

bool

ItemAllowedScript

Returns a script expression that determines if the form order is allowed.

public string ItemAllowedScript { get; }

Property Value

string