PermissionValue Class Properties

In this section we discuss the Cascade and Name properties.

Description

This property indicates whether the current permission should be granted to all child folders.

This property is valid only with folders, not with content references.

This property takes a Boolean value. The default value for a new PermissionValue object is False.

This property is read-write.

Description

Specify the name of a permission list as the name of this object. You must specify a permission list that has already been created. This property takes a string value.

The length of this property is 30 characters.

This property is read-write.

Description

Specify the type of the permission. Values are:

Value

Description

P

Specify a non role-based permission.

R

Specify a role-based permission.

This property is read-write.