Click or drag to resize

APIInsertAddonDesignerLine Method

Inserts New Designer Line to Addon Table.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string InsertAddonDesignerLine(
	string TextToInsert
)

Parameters

TextToInsert
Type: SystemString

[Missing <param name="TextToInsert"/> documentation for "M:AppRobotic.API.InsertAddonDesignerLine(System.String)"]

Return Value

Type: String
Returns Success string if successful, error message string if failed.
See Also