property
| Namespace: |
http://www.gentics.com/rest |
| XML Schema: |
ns0.xsd |
Property object, representing a property of a Tag (a part
of a tag in GCN)
XML
Elements
| name (type) |
min/max occurs |
description |
|
type (PropertyType)
|
0/1 |
Property Type
|
|
stringValue (string)
|
0/1 |
String value
|
|
booleanValue (boolean)
|
0/1 |
Boolean value
|
|
fileId (int)
|
0/1 |
File ID
|
|
imageId (int)
|
0/1 |
Image ID
|
|
folderId (int)
|
0/1 |
Folder ID
|
|
pageId (int)
|
0/1 |
Page ID
|
|
stringValues (string)
|
0/unbounded |
String values
|
|
options (selectOption)
|
0/unbounded |
Possible options
|
|
selectedOptions (selectOption)
|
0/unbounded |
Selected options
|
|
datasourceId (int)
|
0/1 |
Datasource ID
|
|
overview (overview)
|
0/1 |
Overview
|
|
templateId (int)
|
0/1 |
Template ID
|
|
contentTagId (int)
|
0/1 |
ContentTag ID
|
|
templateTagId (int)
|
0/1 |
TemplateTag ID
|
|
partId (int)
|
0/1 |
Get the part id
|
|
id (int)
|
0/1 |
Get the property id
|
JSON
| property |
type |
description |
| type |
type (PropertyType)
|
Property Type
|
| stringValue |
stringValue (string)
|
String value
|
| booleanValue |
booleanValue (boolean)
|
Boolean value
|
| fileId |
fileId (int)
|
File ID
|
| imageId |
imageId (int)
|
Image ID
|
| folderId |
folderId (int)
|
Folder ID
|
| pageId |
pageId (int)
|
Page ID
|
| stringValues |
array of stringValues (string)
|
String values
|
| options |
array of options (selectOption)
|
Possible options
|
| selectedOptions |
array of selectedOptions (selectOption)
|
Selected options
|
| datasourceId |
datasourceId (int)
|
Datasource ID
|
| overview |
overview (overview)
|
Overview
|
| templateId |
templateId (int)
|
Template ID
|
| contentTagId |
contentTagId (int)
|
ContentTag ID
|
| templateTagId |
templateTagId (int)
|
TemplateTag ID
|
| partId |
partId (int)
|
Get the part id
|
| id |
id (int)
|
Get the property id
|