Table of Contents

Method IsFieldVisible

Namespace
Innova.Prism.Library.Configuration.UI
Assembly
Innova.Prism.Library.dll

IsFieldVisible(string, string)

Checks if the UI field with the specified entity name and field name is visible.

bool IsFieldVisible(string entityname, string fieldname)

Parameters

entityname string

The name of the entity.

fieldname string

The name of the field.

Returns

bool

True if the field is visible, otherwise false.