file
File object, represents a File in GCN
XML
Elements
| name (type) |
min/max occurs |
description |
|
typeId (int)
|
0/1 |
Type ID
|
|
inheritedFrom (string)
|
0/1 |
Name of the node, this file was inherited from
|
|
masterNode (string)
|
0/1 |
Name of the node, the master object belongs to
|
|
folderName (string)
|
0/1 |
Name of the folder of this file
|
|
channelId (anyType)
|
0/1 |
Channel ID
|
|
text (string)
|
0/1 |
Name of the file
|
|
leaf (boolean)
|
1/1 |
This is a file so leaf is true
|
|
cls (string)
|
0/1 |
This is a file cls
|
|
iconCls (string)
|
0/1 |
Define attribute to select the appropriate class
|
|
fileType (string)
|
0/1 |
File type
|
|
description (string)
|
0/1 |
Description
|
|
folderId (int)
|
0/1 |
Folder ID
|
|
fileSize (int)
|
0/1 |
File size
|
|
tags ((anonymous))
|
0/1 |
Map of object tags of this file
|
|
url (string)
|
0/1 |
URL to the file
|
|
liveUrl (string)
|
0/1 |
Live URL to the page
|
|
inherited (boolean)
|
1/1 |
|
|
path (string)
|
0/1 |
Folder path of this file
|
|
online (boolean)
|
1/1 |
True if the file is online, false if it is offline
|
|
broken (boolean)
|
1/1 |
True for broken files
|
|
disinheritedChannels (node)
|
0/unbounded |
the set of disinherited channels for this object
|
JSON
| property |
type |
description |
| typeId |
typeId (int)
|
Type ID
|
| inheritedFrom |
inheritedFrom (string)
|
Name of the node, this file was inherited from
|
| masterNode |
masterNode (string)
|
Name of the node, the master object belongs to
|
| folderName |
folderName (string)
|
Name of the folder of this file
|
| channelId |
channelId (anyType)
|
Channel ID
|
| text |
text (string)
|
Name of the file
|
| leaf |
leaf (boolean)
|
This is a file so leaf is true
|
| cls |
cls (string)
|
This is a file cls
|
| iconCls |
iconCls (string)
|
Define attribute to select the appropriate class
|
| fileType |
fileType (string)
|
File type
|
| description |
description (string)
|
Description
|
| folderId |
folderId (int)
|
Folder ID
|
| fileSize |
fileSize (int)
|
File size
|
| tags |
tags ((anonymous))
|
Map of object tags of this file
|
| url |
url (string)
|
URL to the file
|
| liveUrl |
liveUrl (string)
|
Live URL to the page
|
| inherited |
inherited (boolean)
|
|
| path |
path (string)
|
Folder path of this file
|
| online |
online (boolean)
|
True if the file is online, false if it is offline
|
| broken |
broken (boolean)
|
True for broken files
|
| disinheritedChannels |
array of disinheritedChannels (node)
|
the set of disinherited channels for this object
|