ContentTypePropertyCollection
Contents
[
Hide
]ContentTypePropertyCollection class
A collection of ContentTypeProperty objects that represent additional information.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | ContentTypeProperty | Gets the content type property by the specific index. |
| Item (java.lang.String) | ContentTypeProperty | Gets the content type property by the property name. |
Methods
| Name | Description |
|---|---|
| add | Adds content type property information. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
ContentTypePropertyCollection.Count property
Type: int
ContentTypePropertyCollection.Item (int) property
Gets the content type property by the specific index.
Type: ContentTypeProperty
ContentTypePropertyCollection.Item (java.lang.String) property
Gets the content type property by the property name.
Type: ContentTypeProperty
add(name, value) (1 of 3)
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) (2 of 3)
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(value) (3 of 3)
Reserved for internal use.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.