| SecurityEvaluatedObjectOwnerObjectId Property |
If the object is owned (aggregated) by another object (i.e. a form field is owned by a form) then the owner object id must be specified here.
The OwnerObjectId is used when the specified object is one that is about to be created:
In that case we check if there is Update access to the owner object (as the creation is essentially an update of the owner object).
A specified OwnerObjectId must be non-zero.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Nullable<int> OwnerObjectId { get; set; }
Property Value
Type:
NullableInt32
See Also