ContentTypePropertyCollection
Contents
[
Hide
]ContentTypePropertyCollection class
A collection of ContentTypeProperty objects that represent additional information.
Methods
| Name | Description |
|---|---|
| add(name, value) | Adds content type property information. |
| add(name, value, type) | Adds content type property information. |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets the content type property by the specific index. |
| get(name) | Gets the content type property by the property name. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add(name, value)
Adds content type property information.
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the content type property. |
| value | String | The value of the content type property. |
add(name, value, type)
Adds content type property information.
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the content type property. |
| value | String | The value of the content type property. |
| type | String | The type of the content type property. |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets the content type property by the specific index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index. |
Returns: ContentTypeProperty — ContentTypeProperty The content type property
get(name)
Gets the content type property by the property name.
| Parameter | Type | Description |
|---|---|---|
| name | String | The property name. |
Returns: ContentTypeProperty — ContentTypeProperty The content type property
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.