Table of Contents

Class CalloutButtonStatusCommandResponse

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Response for callout button status command.

public class CalloutButtonStatusCommandResponse
Inheritance
object
CalloutButtonStatusCommandResponse
Extension Methods

Constructors

CalloutButtonStatusCommandResponse()

public CalloutButtonStatusCommandResponse()

Properties

InProgress

Whether button is in progress.

public bool InProgress { get; set; }

Property Value

bool