TranslationSubmissionInfoProviderGetSubmissionDocumentsInternal Method |
Returns list of document names submitted within given submission.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax protected virtual List<string> GetSubmissionDocumentsInternal(
int submissionId,
int documentsCount
)
Parameters
- submissionId
- Type: SystemInt32
ID of the submission - documentsCount
- Type: SystemInt32
Maximal number of documents to return
Return Value
Type:
ListStringSee Also