Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


FileModel

Namespace: Rakuten.RMS.Api.CabinetAPI

public class FileModel

Inheritance ObjectFileModel

Properties

_FileAccessDateRaw

public string _FileAccessDateRaw { get; set; }

Property Value

String

_TimeStampRaw

public string _TimeStampRaw { get; set; }

Property Value

String

FileAccessDate

public DateTime FileAccessDate { get; }

Property Value

DateTime

FileHeight

public int FileHeight { get; set; }

Property Value

Int32

FileId

public int FileId { get; set; }

Property Value

Int32

FileName

public string FileName { get; set; }

Property Value

String

FilePath

public string FilePath { get; set; }

Property Value

String

FileSize

public decimal FileSize { get; set; }

Property Value

Decimal

FileType

public int FileType { get; set; }

Property Value

Int32

FileUrl

public string FileUrl { get; set; }

Property Value

String

FileWidth

public int FileWidth { get; set; }

Property Value

Int32

FolderId

public long FolderId { get; set; }

Property Value

Int64

FolderName

public string FolderName { get; set; }

Property Value

String

FolderNode

1 or 2 or 3

public int FolderNode { get; set; }

Property Value

Int32

FolderPath

public string FolderPath { get; set; }

Property Value

String

TimeStamp

public DateTime TimeStamp { get; }

Property Value

DateTime

Constructors

FileModel()

public FileModel()

< クラス一覧