xApplication::initPartition Method

Initializes a given partition by creating the DAT company and the Admin user.

Syntax

client server public static boolean initPartition(Partition partition)

Run On

ClientOrServer

Parameters

Return Value

Type: boolean
true if the initialization is successful; otherwise, false.

Remarks

This API is meant only for use by the upgrade framework. Using it in other contexts could cause unrecoverable impact to data.

See Also

Reference

xApplication Class