Click or drag to resize
SnippetGroupViewModelValues Property
Gets a collection of values for the snippet group.

Namespace: ConnectedApps.Cms.Entities.Extensions.Snippet
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, SnippetValue> Values { get; set; }

Property Value

Type: DictionaryString, SnippetValue
See Also