New to Telerik ReportingStart a free 30-day trial

Utility class for converting Permission enums to string arrays for authorization configuration.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

C#
public static class ReportDesignerPermissionsBuilder

Inheritance: objectReportDesignerPermissionsBuilder

Methods

Converts an array of Permission enums to their string representations.

C#
public static string[] Build(params Permission[] permissions)
Parameters:permissionsPermission[]

The Permission enum values to convert.

Returns:

string[]

An array of string values corresponding to the input permissions.

Remarks:

Used to prepare permission configurations for the WebReportDesigner system, converting strongly-typed enum values to the string format required by the authorization infrastructure.

In this article
DefinitionMethodsBuild(params Permission[])
Not finding the help you need?
Contact Support