Document.GetCatalogValue

Document.GetCatalogValue method

Returns item value from catalog dictionary.

public object GetCatalogValue(string key)
ParameterTypeDescription
keyStringThe key of item.

Return Value

Item value - if key was successfully found; otherwise, null.

See Also