Share

AlReferenceUpdate

Updating reference files

Synopsis

#include <AlReferenceUpdate.h>

namespace AlReferenceUpdate

statusCode updateReferenceFiles( AlReferenceFile** files, size_t numFiles );

statusCode AlReferenceUpdate::updateReferenceFiles( AlReferenceFile** files, size_t numFiles )

Description

Update the indicated Reference Files in the Reference Manager. This uses the same mechanism as updating directly in the reference manager, and will prompt the user to resolve any broken paths to source files. Only available for OpenAlias plugins, not for OpenModel.

Return Codes

sFailure - called from an OpenModel binary

sSuccess - Reference updating started successfully

Was this information helpful?