ClassDocumentVariableCollection
Stores document variables as case-insensitive name-value pairs for use with merge fields and custom document metadata.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Collections
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
public class DocumentVariableCollection : IEnumerable
Inheritance: objectDocumentVariableCollection
Implements:
Properties
Count
Gets the number of document variables currently stored in the collection.
this[string]
Gets or sets the value of the document variable with the specified name using case-insensitive matching, throwing if the name does not exist on get.
Methods
Add(string, string)
Adds a new document variable or updates the existing variable's value if the name already exists.
Contains(string)
Determines whether the collection contains a document variable with the specified name using case-insensitive comparison.
GetEnumerator()
Returns an enumerator that iterates through all document variable name-value pairs in the collection.
Remove(string)
Removes the document variable with the specified name and returns whether the removal was successful.