File.GetInfo (EntityID) Method
Public Shared Function GetInfo( _
ByVal file_id As EntityID _
) As DataOperationResponse(Of FileInfo)
This language is not supported or no code example is available.
public static DataOperationResponse<FileInfo> GetInfo(
EntityID file_id
)
This language is not supported or no code example is available.
public:
static DataOperationResponse<FileInfo^>^ GetInfo(
EntityID^ file_id
)
This language is not supported or no code example is available.
Parameters
- file_id
- EntityID
the id of the file to get info for
Return Value
DataOperationResponse<FileInfo>the file info in a response object