Folder.GetBasicFileInfo Method
Public Shared Function GetBasicFileInfo( _
ByVal folder_id As EntityID, _
ByVal sub_folders As Boolean _
) As DataOperationResponse(Of List(Of BasicFileInfo))
This language is not supported or no code example is available.
public static DataOperationResponse<List<BasicFileInfo>> GetBasicFileInfo(
EntityID folder_id,
bool sub_folders
)
This language is not supported or no code example is available.
public:
static DataOperationResponse<List<BasicFileInfo^>^>^ GetBasicFileInfo(
EntityID^ folder_id,
bool sub_folders
)
This language is not supported or no code example is available.
Parameters
- folder_id
- EntityID
the id of the folder to get info for
- sub_folders
- bool
whether to get sub folders