collaboration.folder module

binaryninja.collaboration.folder.Folder(handle)

Class representing a remote folder in a project.

class Folder(handle)[source]

Bases: object

Class representing a remote folder in a project.

property description: str

Description of the folder

Returns:

Description string

property id: str

Unique id

Returns:

Id string

property name: str

Displayed name of folder

Returns:

Name string

property parent: Optional[Folder]

Parent folder, if one exists. None if this is in the root of a project.

Returns:

Parent folder object or None

property parent_id: Optional[str]

Unique id of parent folder, if there is a parent. None, otherwise

Returns:

Id string or None

property project: Project

Owning Project.

Returns:

Project object

property remote: Remote

Owning Remote

Returns:

Remote object

property url: str

Web api endpoint URL

Returns:

URL string