Show / Hide Table of Contents

Interface ICommandOption

Namespace: DotNetNuke.Abstractions.Prompt
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ICommandOption

Properties

DefaultValue

Declaration
string DefaultValue { get; set; }
Property Value
Type Description
string

Description

Declaration
string Description { get; set; }
Property Value
Type Description
string

Name

Declaration
string Name { get; set; }
Property Value
Type Description
string

Required

Declaration
bool Required { get; set; }
Property Value
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS