SaaS CMS has officially launched! Learn more now.

Interface IClientCommand

Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public interface IClientCommand

Properties

staticParams

Declaration
Dictionary<string, object> staticParams { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

Type

Declaration
string Type { get; set; }
Property Value
Type Description
System.String