Table of Contents

Class GetFormItemsArguments

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed class GetFormItemsArguments
Inheritance
object
GetFormItemsArguments
Extension Methods

Constructors

GetFormItemsArguments()

public GetFormItemsArguments()

Properties

SelectedFolderId

ID of the selected folder.

public int SelectedFolderId { get; set; }

Property Value

int

WorkspaceId

ID of the workspace.

public int WorkspaceId { get; set; }

Property Value

int