Class TopFoldersRequestBuilder.TopFoldersRequestBuilderGetQueryParameters
- Namespace
- Autodesk.DataManagement.Project.V1.Hubs.Item.Projects.Item.TopFolders
- Assembly
- Autodesk.DataManagement.dll
Returns the details of the highest level folders the user has access to for a given project. The user must have at least read access to the folders.If the user is a Project Admin, it returns all top level folders in the project. Otherwise, it returns all the highest level folders in the folder hierarchy the user has access to.Note that when users have access to a folder, access is automatically granted to its subfolders.New! Autodesk Construction Cloud platform (ACC). Note that this endpoint is compatible with ACC projects. For more information about the Autodesk Construction Cloud APIs, see the Autodesk Construction Cloud documentation.
public class TopFoldersRequestBuilder.TopFoldersRequestBuilderGetQueryParameters
- Inheritance
-
TopFoldersRequestBuilder.TopFoldersRequestBuilderGetQueryParameters
- Inherited Members
Properties
ExcludeDeleted
Specify whether to exclude deleted folders in response for BIM 360 Docs projects when user context is provided. true: response will exclude deleted folders for BIM 360 Docs projects. false (default): response will not exclude deleted folders for BIM 360 Docs projects.
[QueryParameter("excludeDeleted")]
public bool? ExcludeDeleted { get; set; }
Property Value
- bool?
ProjectFilesOnly
Specify whether only Project Files folder or its subfolders will be returned for BIM 360 Docs projects when user context is provided. true: response will include only Project Files folder and its subfolders for BIM 360 Docs projects. false (default): response will include all available folders.
[QueryParameter("projectFilesOnly")]
public bool? ProjectFilesOnly { get; set; }
Property Value
- bool?