Click or drag to resize
TranslationSubmissionInfoProviderGetSubmissions Method
Returns dataset of all submissions matching the specified parameters.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public static ObjectQuery<TranslationSubmissionInfo> GetSubmissions(
	string where,
	string orderBy = null,
	int topN = -1,
	string columns = null
)

Parameters

where
Type: SystemString
Where condition.
orderBy (Optional)
Type: SystemString
Order by expression.
topN (Optional)
Type: SystemInt32
Number of records to be selected.
columns (Optional)
Type: SystemString
Columns to be selected.

Return Value

Type: ObjectQueryTranslationSubmissionInfo
See Also