Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

Version.ToString Method 

Returns the IDK version as a printable string, including the major, minor, and service pack version numbers, the specific changelist number, and the date of the build. A full IDK version label has this format:

"major.minor.servicepack_changelist (date of build)".

For example, "5.2.0_181354 (May 20 2005)"

public override string ToString();

Return Value

The IDK version as a printable string.

See Also

Version Class | Plumtree.Remote Namespace