Folder.GetFolderFileIDs Method
Public Shared Function GetFolderFileIDs( _
ByVal folder_id As EntityID, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
) As IEnumerable(Of EntityID)
This language is not supported or no code example is available.
public static IEnumerable<EntityID> GetFolderFileIDs(
EntityID folder_id,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static IEnumerable<EntityID^>^ GetFolderFileIDs(
EntityID^ folder_id,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- folder_id
- EntityID
the id of the folder
- user_id
- EntityID
the user id we're getting the files for
- db
- IDatabase
the db connection
Return Value
IEnumerable<EntityID>a list of the file info objects