File.GetFileIdByName Method
Public Shared Function GetFileIdByName( _
ByVal file_name As String, _
ByVal folder_id As EntityID _
) As DataOperationResponse(Of EntityID)
This language is not supported or no code example is available.
public static DataOperationResponse<EntityID> GetFileIdByName(
string file_name,
EntityID folder_id
)
This language is not supported or no code example is available.
public:
static DataOperationResponse<EntityID^>^ GetFileIdByName(
String^ file_name,
EntityID^ folder_id
)
This language is not supported or no code example is available.
Parameters
- file_name
- string
the name of the file
- folder_id
- EntityID
the id of the folder to look in
Return Value
DataOperationResponse<EntityID>the file id object to get