Skip to content

Commit

Permalink
updated for 2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koechlm committed Jul 14, 2023
1 parent b4139f8 commit 7c4f839
Show file tree
Hide file tree
Showing 17 changed files with 6,412 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@
/iLogic-VaultInvServer Library/bin/Debug/2022.3
/Solution Output/x64/Release/2023
/Solution Output/x64/Release/2022.3
/Solution Output/x64/Release/2023.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Autodesk.Connectivity.Explorer.ExtensibilityTools</name>
</assembly>
<members>
<member name="T:Autodesk.Connectivity.Explorer.ExtensibilityTools.IExplorerUtil">
<summary>A collection of useful operations for Vault Explorer to run.</summary>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.IExplorerUtil.UpdateFileProperties(Autodesk.Connectivity.WebServices.File,System.Collections.Generic.Dictionary{Autodesk.Connectivity.WebServices.PropDef,System.Object})">
<summary>Updates a set of properties for a file.</summary>
<param>The file whose properties will be updated.A Dictionary containing the updated property values. Key = property object; Value = new value</param>
</member>
<member name="T:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader">
<summary>Performs a partial load of Vault Explorer and returns an interface for making calls into it.</summary>
</member>
<member name="T:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product">
<summary>An representation of a Vault product.</summary>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.#ctor">
<summary>The constructor.</summary>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.GetExePath(Autodesk.Connectivity.Explorer.ExtensibilityTools.Product)">
<summary>Finds the installed path to the Vault Explorer EXE.</summary>
<param>The Vault product.</param>
<returns>The installed path to the Vault Explorer EXE or null if the installation path was not found.</returns>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.GetExplorerUtil(Autodesk.Connectivity.Explorer.Extensibility.IApplication)">
<summary>Gets an interface for making calls into Vault Explorer</summary>
<param>The application context.</param>
<returns>An interface for making calls into Vault Explorer.</returns>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.LoadExplorerUtil">
<summary>
<div style="BORDER-BOTTOM: #d0d0d0 1px; PADDING-BOTTOM: 2px; MARGIN-BOTTOM: 5px; COLOR: #a0a0a0; PADDING-TOP: 2px">
Loads an interface for making calls into Vault Explorer.
</div>
</summary>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.LoadExplorerUtil(System.String,System.String,System.Int64,System.String)">
<summary>Loads an interface for making calls into Vault Explorer.</summary>
<param>The server to connect to.The vault name.The ID of the logged in user.The authentication ticket.</param>
<returns>An interface for making calls into Vault Explorer.</returns>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.LoadExplorerUtil(Autodesk.Connectivity.Explorer.ExtensibilityTools.Product,System.String,System.String,System.Int64,System.String,System.String,System.String)">
<summary>Loads an interface for making calls into Vault Explorer.</summary>
<param>The folder where Vault Explorer is installed.An folder for DLL overrides. Used in cases where the default Vault Explorer DLLs can't load properly. Vaule may be null.The Vault product that is installed.The server to connect to.The vault name.The ID of the logged in user.The authentication ticket.</param>
<returns>An interface for making calls into Vault Explorer.</returns>
</member>
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.Vault">
<summary>The basic Vault product.</summary>
</member>
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.VaultCollaboration">
<summary>The Vault Collaboration product.</summary>
</member>
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.VaultProfessional">
<summary>The Vault Professional product.</summary>
</member>
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.VaultWorkgroup">
<summary>The Vault Workgroup product.</summary>
</member>
</members>
</doc>
Binary file not shown.
Loading

0 comments on commit 7c4f839

Please sign in to comment.