Interface IKeywordInfoDictionary
Provides access to the object data through the special variables that are used for the document generation.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public interface IKeywordInfoDictionary
Properties
Name | Description |
---|---|
this[string] | Accesses the element with the specified key. |
Methods
Name | Description |
---|---|
ContainsKey(string) | Determines whether the collection contains an element with the specified key. |
TryGetValue(string, out string) | Gets the value associated with the specified key. |