Show / Hide Table of Contents

Class NSFieldInfoDynamicLink

Dynamic Link custom database field.

Syntax

Constructors

NSFieldInfoDynamicLink()

Initializes a new instance of the NSFieldInfoDynamicLink class.

Introduced or updated in version: 8.5R08

Declaration
NSFieldInfoDynamicLink

Methods

GetDefaultValue()

Introduced or updated in version: 8.5R08

Declaration
Integer GetDefaultValue()
Returns
Type Description
Integer

Default attachment ID value.

GetLinkName()

Introduced or updated in version: 8.5R08

Declaration
String GetLinkName()
Returns
Type Description
String

Display text for link.

Examples
NSFieldInfoDynamicLink thing;
String linkName = thing.GetLinkName();

GetLinkValue()

Introduced or updated in version: 8.5R08

Declaration
String GetLinkValue()
Returns
Type Description
String

URL link value. May contain CS tags to be replaced.

Examples
NSFieldInfoDynamicLink thing;
String linkValue = thing.GetLinkValue();

SetDefaultValue(Integer)

Default attachment ID value

Introduced or updated in version: 8.5R08

Declaration
Void SetDefaultValue(Integer value)
Parameters
Type Name Description
Integer value
Returns
Type Description
Void

SetLinkName(String)

Introduced or updated in version: 8.5R08

Declaration
Void SetLinkName(String linkName)
Parameters
Type Name Description
String linkName

Display text for link.

Returns
Type Description
Void
Examples
NSFieldInfoDynamicLink thing;
String linkName;
thing.SetLinkName(linkName);

SetLinkValue(String)

Introduced or updated in version: 8.5R08

Declaration
Void SetLinkValue(String linkValue)
Parameters
Type Name Description
String linkValue

URL link value. May contain CS tags to be replaced.

Returns
Type Description
Void
Examples
NSFieldInfoDynamicLink thing;
String linkValue;
thing.SetLinkValue(linkValue);
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top