Click or drag to resize

aceLogAppendLink Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void AppendLink(
	string url,
	string name,
	string caption = "",
	appendLinkType linkType = appendLinkType.link
)
Request Example View Source

Parameters

url
Type: SystemString
name
Type: SystemString
caption (Optional)
Type: SystemString
linkType (Optional)
Type: appendLinkType

Implements

ITextAppendContent.AppendLink(String, String, String, appendLinkType)
See Also