TranslationSubmissionItemInfoProviderGetTranslationSubmissionItems Method (String, String, Int32, String) |
Returns dataset of all submission items matching the specified parameters.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax public static ObjectQuery<TranslationSubmissionItemInfo> GetTranslationSubmissionItems(
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:
ObjectQueryTranslationSubmissionItemInfoSee Also