2024 Method
Changes 2
M

Document.GetCloudFolderId

Description:
Gets ForgeDM folder id where the model locates.
Remarks:
It is empty for non-cloud model; It is cached in Revit model opened session after getting it if forceRefresh is false; ForgeDM folder id can be changed during Revit model opened session, set forceRefresh as 'true' to get new value.
public string GetCloudFolderId(
	bool forceRefresh
)
  • Boolean
    forceRefresh
    Cached value will be refreshed by sending a service call when forceRefresh is true.
Return Value string