text copy is added to the addon content during execution.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property Copy As String
C#
public abstract string Copy { get; }
C++
public abstract property string Copy abstract  {
    String get();
}
J#
/** property */
public string get_Copy();
JScript
public function get Copy() : String

Remarks

Addon content is assembled in the following order: TextContent + HTMLContent + IncludeContent + ScriptCallbackContent + FormContent + RemoteAssetContent + ScriptContent + ObjectContent + AssemblyContent.

See Also