Share

Acad.Application.activedocument.isCloudFileOwner Function (Obsolete)

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Application.activedocument.isCloudFileOwner();

Group

ACAD Namespace

Returns

The Promise object, which can then be used as an argument. The success method will be called with the boolean argument indicating if the user is the owner.

Description

Obsolete. Use this function to verify if the user is the owner of the of the file that is on the cloud. This function returns a promise pattern result, it has to be called as a Promise Pattern with .then(onSuccess, onError) function.

ACAD Namespace

Was this information helpful?