CMSPluginAttribute Constructor
|
Namespace:
Ingeniux.CMS.Plugins
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public CMSPluginAttribute(
int order
)
Public Sub New (
order As Integer
)
public:
CMSPluginAttribute(
int order
)
new :
order : int -> CMSPluginAttribute
Parameters
- order
- Type: SystemInt32
[Missing <param name="order"/> documentation for "M:Ingeniux.CMS.Plugins.CMSPluginAttribute.#ctor(System.Int32)"]
See Also