Defines settings for version bind rules. These rules partly determine the version of the child component document bound with the parent component.

Namespace:  FileNet.Api.Constants
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration VersionBindType
C#
public enum VersionBindType
Visual C++
public enum class VersionBindType
JavaScript
FileNet.Api.Constants.VersionBindType = function();
FileNet.Api.Constants.VersionBindType.createEnum('FileNet.Api.Constants.VersionBindType', false);

ToggleMembers

TypeMember nameDescription
LATEST_MAJOR_VERSION
Causes all major versions of the child component document to be considered candidates for binding with the parent component.
LATEST_VERSION
Causes all versions, major and minor, of the child component document to be considered candidates for binding with the parent component.

ToggleSee Also