Below is an example of the method used to add plain text to the Description of an item in SystemWeaver using the C# SystemWeaver API.
Example
myItem.Description = SWDescription.PlainTextToDescription("Hello world");
Modified on: Wed, 6 Feb, 2019 at 3:01 PM
Below is an example of the method used to add plain text to the Description of an item in SystemWeaver using the C# SystemWeaver API.
myItem.Description = SWDescription.PlainTextToDescription("Hello world");
Did you find it helpful? Yes No
Send feedback