Click or drag to resize

GuiLinkManager Method (String, String, String, String, String, Boolean, Boolean, Boolean, String, Boolean, Boolean, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use MakeLinkManager instead.")]
public static string LinkManager(
	string url,
	string name,
	string target,
	string getInternalId,
	string getInternalAreaId,
	bool linkStart,
	bool enablePageSelect,
	bool enableParagraphSelect,
	string enableParagraphSelectStr,
	bool enableFileSelect,
	bool enableTyping,
	bool enabled
)

Parameters

url
Type: SystemString
name
Type: SystemString
target
Type: SystemString
getInternalId
Type: SystemString
getInternalAreaId
Type: SystemString
linkStart
Type: SystemBoolean
enablePageSelect
Type: SystemBoolean
enableParagraphSelect
Type: SystemBoolean
enableParagraphSelectStr
Type: SystemString
enableFileSelect
Type: SystemBoolean
enableTyping
Type: SystemBoolean
enabled
Type: SystemBoolean

Return Value

Type: String
See Also