Rakuten RMS WEB API client for .NET
FileModel
Namespace: Rakuten.RMS.Api.CabinetAPI
public class FileModel
Inheritance Object → FileModel
Properties
_FileAccessDateRaw
public string _FileAccessDateRaw { get; set; }
Property Value
_TimeStampRaw
public string _TimeStampRaw { get; set; }
Property Value
FileAccessDate
public DateTime FileAccessDate { get; }
Property Value
FileHeight
public int FileHeight { get; set; }
Property Value
FileId
public int FileId { get; set; }
Property Value
FileName
public string FileName { get; set; }
Property Value
FilePath
public string FilePath { get; set; }
Property Value
FileSize
public decimal FileSize { get; set; }
Property Value
FileType
public int FileType { get; set; }
Property Value
FileUrl
public string FileUrl { get; set; }
Property Value
FileWidth
public int FileWidth { get; set; }
Property Value
FolderId
public long FolderId { get; set; }
Property Value
FolderName
public string FolderName { get; set; }
Property Value
FolderNode
1 or 2 or 3
public int FolderNode { get; set; }
Property Value
FolderPath
public string FolderPath { get; set; }
Property Value
TimeStamp
public DateTime TimeStamp { get; }
Property Value
Constructors
FileModel()
public FileModel()