Click or drag to resize
PortalFormHelperLoadProperties Method
Loads the properties from resource.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax
C#
public static string LoadProperties(
	string resourceNamespace,
	string resourceName
)

Parameters

resourceNamespace
Type: SystemString
Resource namespace.
resourceName
Type: SystemString
Resource name.

Return Value

Type: String
See Also