Click or drag to resize
BaseRESTServiceIsObjectTypeAllowed Method
Returns true if given object type is allowed to be accessible by the service.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
protected bool IsObjectTypeAllowed(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type to check.

Return Value

Type: Boolean
See Also