For internal use only. Do not use this property; it is intended for internal use only by the Content Engine.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
This property specifies the manner in which setting a value for the described object-valued property establishes a security proxy for the object. Valid values are
and
. For descriptions of each value, see
- An object having this property set to
on one of its object-valued properties delegates its access control authority to the object referenced by that property.FULL - Although a class definition can have multiple property definitions that support full security proxy behavior, only one property per object instance is allowed to have its security proxy set to
.FULL
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SecurityProxyType As Nullable(Of SecurityProxyType) |
C# |
---|
Nullable<SecurityProxyType> SecurityProxyType { get; set; } |
C++ |
---|
property Nullable<SecurityProxyType> SecurityProxyType abstract { Nullable<SecurityProxyType> get(); void set(Nullable<SecurityProxyType> value); } |
J# |
---|
/** property */ public Nullable<SecurityProxyType> get_SecurityProxyType(); /** property */ public void set_SecurityProxyType(Nullable<SecurityProxyType> value); |
JScript |
---|
public function get SecurityProxyType() : Nullable<SecurityProxyType> public function set SecurityProxyType(value : Nullable<SecurityProxyType>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: 1
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ