TranslationSubmissionInfoProvider.GetSubmissionDocumentsInternal Method |
Returns list of document names submitted within given submission.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 10.0.0
Syntaxprotected virtual List<string> GetSubmissionDocumentsInternal(
int submissionId,
int documentsCount
)
Parameters
- submissionId
- Type: System.Int32
ID of the submission - documentsCount
- Type: System.Int32
Maximal number of documents to return
Return Value
Type:
List<String>
See Also