ViewLocation
Struct for a view location.
| Name | Description | Type |
|---|---|---|
parent_folder | Array of folders describing the parent folder of the view. The first element of the array must be a view folder. Other elements, if any, are property folders. | Folder[] |
customizes_property_folder | True if the view is overlapping with a property folder. | boolean |
customized_property_folder | The overlapped property folder. Ignored if bOverlapping is false. | TypedValue |
Example
{
"parent_folder": [] /* Array of Folder */,
"customizes_property_folder": false,
"customized_property_folder": {
"is_null_value": false,
"type": 15 /* Enum: Datatype */,
"data": {
"acl": {
"checked_out_to_user": 0,
"is_fully_authoritative": false,
"custom_component": {
"named_acl_id": 0,
"has_named_acl": false,
"current_user_id": 0,
"has_current_user": false,
"permissions": [] /* Array of AccessControlEntry */,
"overridability_permissions": [] /* Array of AccessControlEntry */,
"status": {
"all": false,
"deleted": false,
"source_item_linked_via_pseudo_users": false
}
},
"restrictive_components": [] /* Array of AccessControlListComponentMapEntry */,
"secondary_access_control_list": {} /* AccessControlList */,
"additive_components": [] /* Array of AccessControlListComponentMapEntry */
}
}
}
}