Constructors
constructor
- new FileInfo(type, contentType, name, createdDate, modifiedDate, owner, notes, fileHref): FileInfo
Parameters
- type: string
- contentType: string
- name: string
- createdDate: Date
- modifiedDate: Date
- owner: string
- notes: string
- fileHref: string
Properties
contentType
contentType: string
createdDate
createdDate: Date
fileHref
fileHref: string
modifiedDate
modifiedDate: Date
name
name: string
notes
notes: string
owner
owner: string
type
FileInfo - Represents a file info.