Click or drag to resize
TranslationSubmissionInfoProviderUpdateStatusesInternal Method
Updates statuses for all submissions given by where condition.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
protected virtual void UpdateStatusesInternal(
	TranslationStatusEnum status,
	string where
)

Parameters

status
Type: CMS.TranslationServicesTranslationStatusEnum
Translation status
where
Type: SystemString
Where condition
See Also