A crlf delimited list of name=value pairs. These pairs create an options dialog available to administrators in advance edit mode. When the addon is executed, the values selected are available through the cp.doc.var("name") method.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property ArgumentList As String |
C# |
---|
public abstract string ArgumentList { get; } |
C++ |
---|
public abstract property string ArgumentList abstract { String get(); } |
J# |
---|
/** property */ public string get_ArgumentList(); |
JScript |
---|
public function get ArgumentList() : String |