Click or drag to resize
Graph.GetDefaultServiceResources Method
Returns default dictionary of service resource strings.

Namespace: CMS.Helpers.UniGraphConfig
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
protected virtual Dictionary<string, string> GetDefaultServiceResources()

Return Value

Type: Dictionary<String, String>
Dictionary of resource strings
See Also