Replace one item of text with another.

 

   

Syntax
 

[C#]
void ReplaceText(List<StructureElementElement> items, string text)

 

   

Params
 
Name Description
items The text to be replaced.
text The new text which will be substituted in.

 

   

Notes
 

Replace one item of text with another.

The items of text to be replaced are identified using structure elements.

 

   

Example
 

None.