Click or drag to resize
ResourceStringInfoProviderBaseTProviderGetResourceStringsInternal Method
Returns a query for all the ResourceStringInfo objects.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<ResourceStringInfo> GetResourceStringsInternal()

Return Value

Type: ObjectQueryResourceStringInfo
See Also