Table of Contents

Method GetGroupVisibility

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

GetGroupVisibility(string, string)

Gets the visibility of a group based on the entity name and group name.

public Visibility GetGroupVisibility(string entityName, string groupName)

Parameters

entityName string

The name of the entity.

groupName string

The name of the group.

Returns

Visibility

The visibility of the group.