Folder.GetFolder Method
Public Shared Function GetFolder( _
ByVal folder_id As EntityID, _
ByVal retrieve_attributes As Boolean, _
ByVal db As IDatabase _
) As ProjectFolder
This language is not supported or no code example is available.
public static ProjectFolder GetFolder(
EntityID folder_id,
bool retrieve_attributes,
IDatabase db
)
This language is not supported or no code example is available.
public:
static ProjectFolder^ GetFolder(
EntityID^ folder_id,
bool retrieve_attributes,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- folder_id
- EntityID
the folder id
- retrieve_attributes
- bool
- db
- IDatabase
the database connection
Return Value
ProjectFoldera folder info object