Click or drag to resize
DocumentRESTServiceIsAuthorizedForDocumentType Method
Returns true if given document type is allowed in settings.

Namespace: CMS.DocumentWebServices
Assembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 9.0.0
Syntax
C#
protected bool IsAuthorizedForDocumentType(
	string docType
)

Parameters

docType
Type: SystemString
Document type of an document

Return Value

Type: Boolean
See Also