Description

The McDBRights assigned to a new McDBNode created by this McDBUser.

Property type

A McDBRights object.  

Syntax

object.NewObjectRights

The NewObjectRights Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBUser.

Remarks

McDBNode instances in secure databases are associated with a set of access permissions (McDBRights) when created. The default permissions assigned to a new McDBNode are established on basis of the McDBDatabase.LoggedUser when the McDBNode is created. That McDBUser's NewObjectRights McDBRights set will be assigned to the newly created McDBNode.

Notes

It is important that the value of this property include an McDBRight allowing this McDBUser to write, or else the McDBUser will not be able to create McDBNode objects (since that user will not be able to write them). If an McDBUser does not have this property set, the McDBNode objects they create will be Unsecure, and that McDBUser must have permission to write unsecure objects.