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

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static List<string> GetSubmissionDocuments(
	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