Returns an icon linked to the edit function in the admin site for this content
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Function GetEditLink( _ Optional ByVal AllowCut As Boolean = False _ ) As String |
| C# |
|---|
| public abstract string GetEditLink( [OptionalAttribute] bool AllowCut ) |
| C++ |
|---|
| public: String GetEditLink( [OptionalAttribute] bool AllowCut ) abstract |
| J# |
|---|
| public abstract string GetEditLink( /** @attribute OptionalAttribute() */ bool AllowCut ) |
| JScript |
|---|
| public abstract
function GetEditLink( OptionalAttribute AllowCut : bool ) : String |
Parameters
- AllowCut