PermissionDependentComponentObjectType Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value that indicates what type of object that is referenced in the ObjectToCheck property. The caller's permission will be checked against this object when the derived class calls the Invoke method. The default value is CSSecurableObjects.DocumentItem.

Namespace: ContentStudio.Site.ActiveScripting.Security
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected CSSecurableObjects ObjectType { get; set; }

Property Value

Type: CSSecurableObjects
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value supplied value is invalid.
See Also

Reference