iAutomateDesign.AutodeskAppStore
1.0.8
See the version list below for details.
dotnet add package iAutomateDesign.AutodeskAppStore --version 1.0.8
NuGet\Install-Package iAutomateDesign.AutodeskAppStore -Version 1.0.8
<PackageReference Include="iAutomateDesign.AutodeskAppStore" Version="1.0.8" />
paket add iAutomateDesign.AutodeskAppStore --version 1.0.8
#r "nuget: iAutomateDesign.AutodeskAppStore, 1.0.8"
// Install iAutomateDesign.AutodeskAppStore as a Cake Addin #addin nuget:?package=iAutomateDesign.AutodeskAppStore&version=1.0.8 // Install iAutomateDesign.AutodeskAppStore as a Cake Tool #tool nuget:?package=iAutomateDesign.AutodeskAppStore&version=1.0.8
iAutomateDesign.AutodeskAppStore
iAutomateDesign.AutodeskAppStore is a library that provides the ability to check if the currently signed in user has a valid Entitlement to use an app from the Autodesk App Store.
Usage
This library contains a public Entitlement
class which contains a method called ValidAppUser()
. The App Id needs to be passed in and it will return a bool value on whether the current user has a valid Entitlement to use the app.
If the user is not signed in to Inventor using their Autodesk ID, the Autodesk sign in window will be presented to them.
The ValidAppUser()
method can either be used as an extension method of Inventor.Application
or by calling it directly from the Entitlement
class and passing in the Inventor.Application
instance and the App Id.
bool validUser = Entitlement.ValidAppUser(inventor, "insert_App_Id_here");
or
bool validUser = inventor.ValidAppUser("insert_App_Id_here");
Legal
This library is provided as is without warranty, express or implied. This library is not affiliated with with Autodesk or its subsidiaries. Autodesk Inventor is a registered trademark of Autodesk, Inc. A license of Autodesk Inventor is required to use this library as it is dependent on the application interop.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- RestSharp (>= 106.11.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.