Click or drag to resize
TranslationSubmissionInfoProviderGetSubmissionDocumentsInternal Method
Returns list of document names submitted within given submission.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
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: ListString
See Also