Interface IFileTypeInfo


@Deprecated public interface IFileTypeInfo
Deprecated.
Use the IFileContentManager API instead.
A file type info specifies both the file extension and the corresponding file type.
Since:
2.0
Restriction:
This interface is not intended to be implemented by clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the string specifying the file extension
    int
    Deprecated.
    Returns the file type for files ending with the corresponding extension.
  • Method Details

    • getExtension

      String getExtension()
      Deprecated.
      Returns the string specifying the file extension
      Returns:
      the file extension
    • getType

      int getType()
      Deprecated.
      Returns the file type for files ending with the corresponding extension. Valid values are: Team.UNKNOWN Team.TEXT Team.BINARY
      Returns:
      the file type