EliJDonahue
6/15/2017 - 7:20 PM

Sample code for a content generator that adds a child text element to the current element

Sample code for a content generator that adds a child text element to the current element

//MethodTemplateName=CSharp:Aras.TDF.ContentGenerator(Strict);

targetElement.AddChild(this.Factory.NewText("Text", ""));