The setting for selecting the version bind rule in effect; this rule partly determines the child component document
version bound with the parent component for component relationship types of DYNAMIC_CR and
DYNAMIC_LABEL_CR. For all other component relationship types the value of this property is null.
(For information on document binding specifics, see the
ComponentRelationshipType property.)
The VersionBindType enumeration has
constants defined for the bind type settings.
Namespace:
FileNet.Api.CoreValid settings are:
- LATEST_VERSION: All document versions, major and minor, are considered candidates for binding.
- LATEST_MAJOR_VERSION: Only the major document versions are considered candidates for binding.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property VersionBindType As Nullable(Of VersionBindType) |
C# |
---|
Nullable<VersionBindType> VersionBindType { get; set; } |
Visual C++ |
---|
property Nullable<VersionBindType> VersionBindType { Nullable<VersionBindType> get (); void set (Nullable<VersionBindType> value); } |
JavaScript |
---|
function get_versionBindType(); function set_versionBindType(value); |
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: READ_WRITE
TargetAccessRequired: READ