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