Click or drag to resize
DocumentRESTServiceCombineDocTypes Method
Combines (intersection) requested and allowed document types to use in SelectDocuments methods.

Namespace: CMS.DocumentWebServices
Assembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 8.2.23
Syntax
C#
protected string CombineDocTypes(
	string requestedTypes
)

Parameters

requestedTypes
Type: SystemString
Document types requested by users

Return Value

Type: String
See Also