EffectiveRights property

Set<EffectiveRights>? EffectiveRights
Gets a value indicating the effective rights the current authenticated user has on this item.

Implementation

Set<enumerations.EffectiveRights>? get EffectiveRights =>
    this.PropertyBag[ItemSchema.EffectiveRights]
        as Set<enumerations.EffectiveRights>?;