The Data Standard dialog represents the XAML file. The dialog and Vault properties can be customized before and after the dialog is opened.
The dialog type is System.Windows.Window and can be accessed in PowerShell using the variable $dsWindow.
The XAML definitions for the multiple dialogs of Data Standard for Vault are located in the directory:
%programdata%\Autodesk\<Vault version>\Extensions\DataStandard\Vault\Configuration
By default, one file fore each supported Vault entity is provided: File.xaml, Folder.xaml, and Task.xml.
References
The following objects are available in the ps1 file of a Data Standard for Vault Dialog:
The XAML definition for the single dialog of Data Standard for AutoCAD is located in the directory:
%programdata%\Autodesk\<Vault version>\Extensions\DataStandard\CAD\Configuration
For all AutoCAD Drawings, the file AutoCAD.xaml is used.
References
The following objects are available in the ps1 file of a Data Standard for AutoCAD Dialog:
The XAML definition for the multiple Data Standard dialogs for Inventor is located in the directory:
%programdata%\Autodesk\<Vault version>\Extensions\DataStandard\CAD\Configuration
For regular Inventor Parts, Assemblies, and Drawings, the file Inventor.xaml is used. For selected functional parts and assemblies, there are specific dialogs shown, Each dialog has its own xaml file: CableAndHarness.xaml, DesignAccelerator.xaml, FrameGenerator.xaml, TubeAndPipe.xaml
References
The following objects are available in the ps1 file of a Data Standard for Inventor Dialog:
Every ps1 file located in the Addins folder is read and used for the dialogs. So all of the code present in the ps1 files located in the Addins folder defines the behavior of the dialog.