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:
C#
public class DocumentVariableCollection : IEnumerable
Inheritance: objectDocumentVariableCollection
Implements:
Properties
Gets the number of document variables currently stored in the collection.
C#
public int Count { get; }
The count.
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.
C#
public string this[string name] { get; set; }
The document variable name