GetFileType

Description Returns with the file type of the specified document.
Method Type POST
URL api/document/filetype
Parameters
Name Type Description
FileID Int The ID of the document in the database.
Response Type JSON (JsonResult)
Return values

{

type (FileType)

}

Programming notes

None

Example

None

Requirements