ControlledApplication.CurrentUsersAddinsDataFolderPath Property

ControlledApplicationCurrentUsersAddinsDataFolderPath Property

Path to AddinsData folder for the current user.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string CurrentUsersAddinsDataFolderPath { get; }
Public ReadOnly Property CurrentUsersAddinsDataFolderPath As String
	Get
public:
property String^ CurrentUsersAddinsDataFolderPath {
	String^ get ();
}
member CurrentUsersAddinsDataFolderPath : string with get

Property Value

String
See Also