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

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 10.0.0
Syntax
C#
protected 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