Gets ForgeDM folder id where the model locates.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022
Syntax
C# |
---|
public string GetCloudFolderId(
bool forceRefresh
) |
Visual Basic |
---|
Public Function GetCloudFolderId ( _
forceRefresh As Boolean _
) As String |
Visual C++ |
---|
public:
String^ GetCloudFolderId(
bool forceRefresh
) |
Parameters
- forceRefresh
- Type: System..::..Boolean
Cached value will be refreshed by sending a service call when forceRefresh is true.
Remarks
Exceptions
See Also