Click or drag to resize
TranslationServiceHelperGetPriorityText Method
Returns text representation of integer priority.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static string GetPriorityText(
	int priority
)

Parameters

priority
Type: SystemInt32
Submission priority

Return Value

Type: String
See Also