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)

Syntax

Visual Basic (Declaration)
Public Enum VersionBindType
C#
public enum VersionBindType
C++
public enum class VersionBindType
J#
public enum VersionBindType
JScript
public enum VersionBindType

Members

Member NameDescription
LATEST_VERSIONCauses all versions, major and minor, of the child component document to be considered candidates for binding with the parent component.
LATEST_MAJOR_VERSIONCauses all major versions of the child component document to be considered candidates for binding with the parent component.

See Also