 | aceLogAppendLink Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Namespace:
imbACE.Core.core
Assembly:
imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntaxpublic void AppendLink(
string url,
string name,
string caption = "",
appendLinkType linkType = appendLinkType.link
)
Request Example
View SourceParameters
- url
- Type: SystemString
- name
- Type: SystemString
- caption (Optional)
- Type: SystemString
- linkType (Optional)
- Type: appendLinkType
Implements
ITextAppendContent.AppendLink(String, String, String, appendLinkType)
See Also