Acad.Application.activedocument.isCloudFileOwner Function (Obsolete)
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Application.activedocument.isCloudFileOwner();
Group
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.