Click or drag to resize

ILocalizationGetDisplayName Method

Returns the localized displayname for the requested entitySet or property

Namespace: Scanjour.Workflow4.Base.Localization
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
string GetDisplayName(
	string entitySet,
	string property
)

Parameters

entitySet  String
The entity set that contains the property
property  String
The of property the property

Return Value

String
The localized display name
See Also