ContentDisposition
Overview
Location
-
Reference:
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack
- Platforms: Island, Toffee
constructor
constructor
ContentDisposition()
init()
Sub New()
constructor (String)
constructor(disposition: String)
ContentDisposition(String disposition)
init(_ disposition: String)
Sub New(disposition As String)
Parameters:
- disposition:
CreationDate virtual
property CreationDate: DateTime read write;
DateTime CreationDate { get; set; }
var CreationDate: DateTime { get{} set{} }
Property CreationDate() As DateTime
description override Toffee
func description() -> NSString
DispositionType virtual
property DispositionType: String read write;
String DispositionType { get; set; }
var DispositionType: String { get{} set{} }
Property DispositionType() As String
FileName virtual
property FileName: String read write;
String FileName { get; set; }
var FileName: String { get{} set{} }
Property FileName() As String
Inline virtual
property Inline: Boolean read write;
Boolean Inline { get; set; }
var Inline: Boolean { get{} set{} }
Property Inline() As Boolean
ModificationDate virtual
property ModificationDate: DateTime read write;
DateTime ModificationDate { get; set; }
var ModificationDate: DateTime { get{} set{} }
Property ModificationDate() As DateTime
Parameters virtual
property Parameters: Dictionary<String, String> read;
Dictionary<String, String> Parameters { get; }
var Parameters: Dictionary<String, String> { get{} }
ReadOnly Property Parameters() As Dictionary<String, String>
ReadDate virtual
property ReadDate: DateTime read write;
DateTime ReadDate { get; set; }
var ReadDate: DateTime { get{} set{} }
Property ReadDate() As DateTime
Size virtual
property Size: Int64 read write;
Int64 Size { get; set; }
var Size: Int64 { get{} set{} }
Property Size() As Int64
ToString virtual
method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString
CreationDate virtual
property CreationDate: DateTime read write;
DateTime CreationDate { get; set; }
var CreationDate: DateTime { get{} set{} }
Property CreationDate() As DateTime
DispositionType virtual
property DispositionType: String read write;
String DispositionType { get; set; }
var DispositionType: String { get{} set{} }
Property DispositionType() As String
FileName virtual
property FileName: String read write;
String FileName { get; set; }
var FileName: String { get{} set{} }
Property FileName() As String
Inline virtual
property Inline: Boolean read write;
Boolean Inline { get; set; }
var Inline: Boolean { get{} set{} }
Property Inline() As Boolean
ModificationDate virtual
property ModificationDate: DateTime read write;
DateTime ModificationDate { get; set; }
var ModificationDate: DateTime { get{} set{} }
Property ModificationDate() As DateTime
Parameters virtual
property Parameters: Dictionary<String, String> read;
Dictionary<String, String> Parameters { get; }
var Parameters: Dictionary<String, String> { get{} }
ReadOnly Property Parameters() As Dictionary<String, String>
ReadDate virtual
property ReadDate: DateTime read write;
DateTime ReadDate { get; set; }
var ReadDate: DateTime { get{} set{} }
Property ReadDate() As DateTime
Size virtual
property Size: Int64 read write;
Int64 Size { get; set; }
var Size: Int64 { get{} set{} }
Property Size() As Int64
constructor
constructor
ContentDisposition()
init()
Sub New()
constructor (String)
constructor(disposition: String)
ContentDisposition(String disposition)
init(_ disposition: String)
Sub New(disposition As String)
Parameters:
- disposition:
description override Toffee
func description() -> NSString
ToString virtual
method ToString: PlatformString
PlatformString ToString()
func ToString() -> String
Function ToString() As PlatformString