xApplication.initPartition(Int64) Method

Definition

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

public:
 static bool initPartition(long partition);
public static bool initPartition (long partition);
static member initPartition : int64 -> bool
Public Shared Function initPartition (partition As Long) As Boolean

Parameters

partition
Int64

The record ID of the partition to initialize.

Returns

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.

Applies to