UserPhotoSizeType
extends Enumeration
in package
Defines the size of a user's photo being requested.
Table of Contents
Constants
- HR1024XN = 'HR1024xN'
- The image is 1024 pixels high and 1024 pixels wide.
- HR120X120 = 'HR120x120'
- The image is 120 pixels high and 120 pixels wide.
- HR1920XN = 'HR1920xN'
- The image is 1920 pixels high and 1920 pixels wide.
- HR240X240 = 'HR240x240'
- The image is 240 pixels high and 240 pixels wide.
- HR360X360 = 'HR360x360'
- The image is 360 pixels high and 360 pixels wide.
- HR432X432 = 'HR432x432'
- The image is 432 pixels high and 432 pixels wide.
- HR48X48 = 'HR48x48'
- The image is 48 pixels high and 48 pixels wide.
- HR504X504 = 'HR504x504'
- The image is 504 pixels high and 504 pixels wide.
- HR648X648 = 'HR648x648'
- The image is 648 pixels high and 648 pixels wide.
- HR64X64 = 'HR64x64'
- The image is 64 pixels high and 64 pixels wide.
- HR96X96 = 'HR96x96'
- The image is 96 pixels high and 96 pixels wide.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
HR1024XN
The image is 1024 pixels high and 1024 pixels wide.
public
string
HR1024XN
= 'HR1024xN'
Tags
HR120X120
The image is 120 pixels high and 120 pixels wide.
public
string
HR120X120
= 'HR120x120'
Tags
HR1920XN
The image is 1920 pixels high and 1920 pixels wide.
public
string
HR1920XN
= 'HR1920xN'
Tags
HR240X240
The image is 240 pixels high and 240 pixels wide.
public
string
HR240X240
= 'HR240x240'
Tags
HR360X360
The image is 360 pixels high and 360 pixels wide.
public
string
HR360X360
= 'HR360x360'
Tags
HR432X432
The image is 432 pixels high and 432 pixels wide.
public
string
HR432X432
= 'HR432x432'
Tags
HR48X48
The image is 48 pixels high and 48 pixels wide.
public
string
HR48X48
= 'HR48x48'
Tags
HR504X504
The image is 504 pixels high and 504 pixels wide.
public
string
HR504X504
= 'HR504x504'
Tags
HR648X648
The image is 648 pixels high and 648 pixels wide.
public
string
HR648X648
= 'HR648x648'
Tags
HR64X64
The image is 64 pixels high and 64 pixels wide.
public
string
HR64X64
= 'HR64x64'
Tags
HR96X96
The image is 96 pixels high and 96 pixels wide.
public
string
HR96X96
= 'HR96x96'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.