Click or drag to resize
TranslationSubmissionItemInfoProvider.GetTranslationSubmissionItems Method (String, String, Int32, String)
Returns dataset of all submission items matching the specified parameters.

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

Parameters

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

Return Value

Type: ObjectQuery<TranslationSubmissionItemInfo>
See Also