Returns an icon linked to the add function in the admin site for this content


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

Syntax

Visual Basic (Declaration)
Public MustOverride Function GetAddLink( _ 
   Optional ByVal PresetNameValueList As String = "",  _ 
   Optional ByVal AllowPaste As Boolean = False _ 
) As String
C#
public abstract string GetAddLink(
   [OptionalAttribute] string PresetNameValueList,
   [OptionalAttribute] bool AllowPaste
)
C++
public:
 String GetAddLink(
   [OptionalAttribute] String PresetNameValueList,
   [OptionalAttribute] bool AllowPaste
) abstract 
J#
public abstract string GetAddLink(
   /** @attribute OptionalAttribute() */ string PresetNameValueList,
   /** @attribute OptionalAttribute() */ bool AllowPaste
)
JScript
public abstract  function GetAddLink(
   OptionalAttribute PresetNameValueList : String,
   OptionalAttribute AllowPaste : bool
) : String

Parameters

PresetNameValueList
AllowPaste

See Also