Table of Contents

Class GetDataForAddAclRolesFormCommandResult

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll
public sealed class GetDataForAddAclRolesFormCommandResult
Inheritance
object
GetDataForAddAclRolesFormCommandResult
Extension Methods

Constructors

GetDataForAddAclRolesFormCommandResult()

public GetDataForAddAclRolesFormCommandResult()

Properties

FormItems

Form items for the form.

public ICollection<IFormItemClientProperties> FormItems { get; set; }

Property Value

ICollection<IFormItemClientProperties>

FormName

Generated name of the form.

public string FormName { get; set; }

Property Value

string