| Application - struct |
| ancontent |
| [cfc1] Application - component
sys.cfapps.assetnow.cfcs.framework.ancontent
|
| METHODS |
| NODECONTENT |
| Application - function nodeContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| tcMode |
Optional |
string |
all |
| tFeedStatus |
Optional |
string |
all |
| portal |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return content in specified node. Checks public, user, group access permissions |
| Description: |
|
|
|
| PARSEHTML |
| Application - function parseHTML |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| nodeid |
Optional |
numeric |
0 |
| contentid |
Optional |
numeric |
0 |
| revisionid |
Optional |
numeric |
0 |
| edit |
Optional |
boolean |
false |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Parses HTML for link references and returns updated string |
| Description: |
|
|
|
| ACCESSNODE |
| Application - function accessNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns node id if user has permission to access specified node, otherwise returns 0 |
| Description: |
|
|
|
| PAGECONTENT |
| Application - function pageContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| countViews |
Optional |
boolean |
true |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return html content record and check permissions |
| Description: |
|
|
|
| ACCESSALLOW |
| Application - function accessAllow |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| permissions |
Optional |
string |
All |
| roles |
Optional |
string |
[empty string] |
| uUserID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| nodeAccess |
Optional |
boolean |
false |
| toolAccess |
Optional |
boolean |
true |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if current user has access permissions to specified node, content or roles |
| Description: |
|
|
|
| MEMBERREGISTRATION |
| Application - function memberRegistration |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns query with member registration and approval requirement |
| Description: |
|
|
|
| PUBLICNODE |
| Application - function publicNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns public/private status of node |
| Description: |
|
|
|
| AUTHGROUPID |
| Application - function authGroupID |
Arguments:
| Name |
Required |
Type |
Default |
| gGroupID |
Optional |
numeric |
0 |
| gIdentifier |
Optional |
string |
[empty string] |
| exclusive |
Optional |
boolean |
true |
| updateSession |
Optional |
boolean |
true |
| ipAddress |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Authorize group access by groupID or UUID and add to session |
| Description: |
|
|
|
| SESPATHFORMAT |
| Application - function sesPathFormat |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| maxLength |
Optional |
numeric |
255 |
| srcLst |
Optional |
string |
À,Â,Ä,Ç,È,É,Ê,Ë,Î,à,á,â,ã,ä,å,ç,è,é,ê,ë,ì,í,î,ï,ñ,ò,ó,ô,õ,ö,ù,ú,û,ü,ý,ÿ |
| outLst |
Optional |
string |
A,A,A,C,E,E,E,E,I,a,a,a,a,a,a,c,e,e,e,e,i,i,i,i,n,o,o,o,o,o,u,u,u,u,y,y |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns valid OS directory path |
| Description: |
|
|
|
| NAVIGATIONPATH |
| Application - function navigationPath |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| root |
Optional |
boolean |
false |
| mode |
Optional |
boolean |
true |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns parents of node |
| Description: |
|
|
|
| ACTIVENODE |
| Application - function activeNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if node is active |
| Description: |
|
|
|
| ACTIVECONTENT |
| Application - function activeContent |
Arguments:
| Name |
Required |
Type |
Default |
| cContentID |
Optional |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if content is active via reverse lookup |
| Description: |
|
|
|
| METADATA |
| Application - function metaData |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Node, content metadata |
| Description: |
|
|
|
| FEEDENABLED |
| Application - function feedEnabled |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if feed enabled for category |
| Description: |
|
|
|
| MEMBERCONTENT |
| Application - function memberContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns member status of category or page |
| Description: |
|
|
|
| PERIODCONTENT |
| Application - function periodContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| maxrows |
Optional |
numeric |
20 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
0 |
| delay |
Optional |
numeric |
-1 |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated content in period - typically used for feeds |
| Description: |
|
|
|
| ACCESSCONTENT |
| Application - function accessContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| cContentID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns revision id if content permissions and status active, otherwise returns 0 |
| Description: |
|
|
|
| PERIODCOMMENTS |
| Application - function periodComments |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
true |
| maxrows |
Optional |
numeric |
50 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
| delay |
Optional |
numeric |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated comments in period - typically used for feeds |
| Description: |
|
|
|
| TREE |
| Application - function tree |
Arguments:
| Name |
Required |
Type |
Default |
| tMode |
Optional |
string |
0 |
| tNodeID |
Optional |
numeric |
0 |
| tLevel |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns site tree |
| Description: |
|
|
|
|
|
| anlock |
| [cfc2] Application - component
sys.cfapps.assetnow.cfcs.framework.anlocks
|
| ACTIVESESSIONS |
| Application - struct [empty] |
|
| METHODS |
| NODECONTENT |
| Application - function nodeContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| tcMode |
Optional |
string |
all |
| tFeedStatus |
Optional |
string |
all |
| portal |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return content in specified node. Checks public, user, group access permissions |
| Description: |
|
|
|
| PARSEHTML |
| Application - function parseHTML |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| nodeid |
Optional |
numeric |
0 |
| contentid |
Optional |
numeric |
0 |
| revisionid |
Optional |
numeric |
0 |
| edit |
Optional |
boolean |
false |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Parses HTML for link references and returns updated string |
| Description: |
|
|
|
| ACCESSNODE |
| Application - function accessNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns node id if user has permission to access specified node, otherwise returns 0 |
| Description: |
|
|
|
| PAGECONTENT |
| Application - function pageContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| countViews |
Optional |
boolean |
true |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return html content record and check permissions |
| Description: |
|
|
|
| ACCESSALLOW |
| Application - function accessAllow |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| permissions |
Optional |
string |
All |
| roles |
Optional |
string |
[empty string] |
| uUserID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| nodeAccess |
Optional |
boolean |
false |
| toolAccess |
Optional |
boolean |
true |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if current user has access permissions to specified node, content or roles |
| Description: |
|
|
|
| MEMBERREGISTRATION |
| Application - function memberRegistration |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns query with member registration and approval requirement |
| Description: |
|
|
|
| PUBLICNODE |
| Application - function publicNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns public/private status of node |
| Description: |
|
|
|
| AUTHGROUPID |
| Application - function authGroupID |
Arguments:
| Name |
Required |
Type |
Default |
| gGroupID |
Optional |
numeric |
0 |
| gIdentifier |
Optional |
string |
[empty string] |
| exclusive |
Optional |
boolean |
true |
| updateSession |
Optional |
boolean |
true |
| ipAddress |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Authorize group access by groupID or UUID and add to session |
| Description: |
|
|
|
| SESPATHFORMAT |
| Application - function sesPathFormat |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| maxLength |
Optional |
numeric |
255 |
| srcLst |
Optional |
string |
À,Â,Ä,Ç,È,É,Ê,Ë,Î,à,á,â,ã,ä,å,ç,è,é,ê,ë,ì,í,î,ï,ñ,ò,ó,ô,õ,ö,ù,ú,û,ü,ý,ÿ |
| outLst |
Optional |
string |
A,A,A,C,E,E,E,E,I,a,a,a,a,a,a,c,e,e,e,e,i,i,i,i,n,o,o,o,o,o,u,u,u,u,y,y |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns valid OS directory path |
| Description: |
|
|
|
| NAVIGATIONPATH |
| Application - function navigationPath |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| root |
Optional |
boolean |
false |
| mode |
Optional |
boolean |
true |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns parents of node |
| Description: |
|
|
|
| ACTIVENODE |
| Application - function activeNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if node is active |
| Description: |
|
|
|
| ACTIVECONTENT |
| Application - function activeContent |
Arguments:
| Name |
Required |
Type |
Default |
| cContentID |
Optional |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if content is active via reverse lookup |
| Description: |
|
|
|
| METADATA |
| Application - function metaData |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Node, content metadata |
| Description: |
|
|
|
| FEEDENABLED |
| Application - function feedEnabled |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if feed enabled for category |
| Description: |
|
|
|
| MEMBERCONTENT |
| Application - function memberContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns member status of category or page |
| Description: |
|
|
|
| PERIODCONTENT |
| Application - function periodContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| maxrows |
Optional |
numeric |
20 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
0 |
| delay |
Optional |
numeric |
-1 |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated content in period - typically used for feeds |
| Description: |
|
|
|
| ACCESSCONTENT |
| Application - function accessContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| cContentID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns revision id if content permissions and status active, otherwise returns 0 |
| Description: |
|
|
|
| PERIODCOMMENTS |
| Application - function periodComments |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
true |
| maxrows |
Optional |
numeric |
50 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
| delay |
Optional |
numeric |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated comments in period - typically used for feeds |
| Description: |
|
|
|
| TREE |
| Application - function tree |
Arguments:
| Name |
Required |
Type |
Default |
| tMode |
Optional |
string |
0 |
| tNodeID |
Optional |
numeric |
0 |
| tLevel |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns site tree |
| Description: |
|
|
|
| UNLOCKRECORD |
| Application - function unlockRecord |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Unlock all records held by dormant sessions and current session |
| Description: |
|
|
|
| UPDATESESSION |
| Application - function updateSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Updates session tracking time stamp. Creates new session tracking entry if session not currently tracked. |
| Description: |
|
|
|
| FLUSHSESSIONS |
| Application - function flushSessions |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Delete abandoned sessions and any associated record locks, save visitor stats. Abandoned session = not updated within session refresh period (visitor = 20 minutes, tools = 60 seconds) |
| Description: |
|
|
|
| INIT |
| Application - function init |
| Arguments: | none |
| ReturnType: |
struct
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
initialize session and record tracking arrays. A session can only have one active record lock at any one time. A user can have multiple sessions. |
| Description: |
|
|
|
| GETLOCKUSER |
| Application - function getLockUser |
Arguments:
| Name |
Required |
Type |
Default |
| uUserID |
Required |
numeric |
|
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user info (name, email) |
| Description: |
|
|
|
| LOCKRECORD |
| Application - function lockRecord |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add record to lock track |
| Description: |
|
|
|
| ADDSESSION |
| Application - function addSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add session to activity tracking list |
| Description: |
|
|
|
| ISRECORDLOCKED |
| Application - function isRecordLocked |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user id holding lock, else returns zero |
| Description: |
|
|
|
|
|
| applicationname |
BF9D8F3C659FAD60571B1FDC17651C84
|
| assetnow |
| [cfc3] Application - component
sys.cfapps.assetnow.cfcs.framework.anx
|
| EVERYONEGROUPID |
39
|
| METHODS |
| NODECONTENT |
| Application - function nodeContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| tcMode |
Optional |
string |
all |
| tFeedStatus |
Optional |
string |
all |
| portal |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return content in specified node. Checks public, user, group access permissions |
| Description: |
|
|
|
| PARSEHTML |
| Application - function parseHTML |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| nodeid |
Optional |
numeric |
0 |
| contentid |
Optional |
numeric |
0 |
| revisionid |
Optional |
numeric |
0 |
| edit |
Optional |
boolean |
false |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Parses HTML for link references and returns updated string |
| Description: |
|
|
|
| ACCESSNODE |
| Application - function accessNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns node id if user has permission to access specified node, otherwise returns 0 |
| Description: |
|
|
|
| PAGECONTENT |
| Application - function pageContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| countViews |
Optional |
boolean |
true |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return html content record and check permissions |
| Description: |
|
|
|
| ACCESSALLOW |
| Application - function accessAllow |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| permissions |
Optional |
string |
All |
| roles |
Optional |
string |
[empty string] |
| uUserID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| nodeAccess |
Optional |
boolean |
false |
| toolAccess |
Optional |
boolean |
true |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if current user has access permissions to specified node, content or roles |
| Description: |
|
|
|
| MEMBERREGISTRATION |
| Application - function memberRegistration |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns query with member registration and approval requirement |
| Description: |
|
|
|
| PUBLICNODE |
| Application - function publicNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns public/private status of node |
| Description: |
|
|
|
| AUTHGROUPID |
| Application - function authGroupID |
Arguments:
| Name |
Required |
Type |
Default |
| gGroupID |
Optional |
numeric |
0 |
| gIdentifier |
Optional |
string |
[empty string] |
| exclusive |
Optional |
boolean |
true |
| updateSession |
Optional |
boolean |
true |
| ipAddress |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Authorize group access by groupID or UUID and add to session |
| Description: |
|
|
|
| SESPATHFORMAT |
| Application - function sesPathFormat |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| maxLength |
Optional |
numeric |
255 |
| srcLst |
Optional |
string |
À,Â,Ä,Ç,È,É,Ê,Ë,Î,à,á,â,ã,ä,å,ç,è,é,ê,ë,ì,í,î,ï,ñ,ò,ó,ô,õ,ö,ù,ú,û,ü,ý,ÿ |
| outLst |
Optional |
string |
A,A,A,C,E,E,E,E,I,a,a,a,a,a,a,c,e,e,e,e,i,i,i,i,n,o,o,o,o,o,u,u,u,u,y,y |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns valid OS directory path |
| Description: |
|
|
|
| NAVIGATIONPATH |
| Application - function navigationPath |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| root |
Optional |
boolean |
false |
| mode |
Optional |
boolean |
true |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns parents of node |
| Description: |
|
|
|
| ACTIVENODE |
| Application - function activeNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if node is active |
| Description: |
|
|
|
| ACTIVECONTENT |
| Application - function activeContent |
Arguments:
| Name |
Required |
Type |
Default |
| cContentID |
Optional |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if content is active via reverse lookup |
| Description: |
|
|
|
| METADATA |
| Application - function metaData |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Node, content metadata |
| Description: |
|
|
|
| FEEDENABLED |
| Application - function feedEnabled |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if feed enabled for category |
| Description: |
|
|
|
| MEMBERCONTENT |
| Application - function memberContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns member status of category or page |
| Description: |
|
|
|
| PERIODCONTENT |
| Application - function periodContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| maxrows |
Optional |
numeric |
20 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
0 |
| delay |
Optional |
numeric |
-1 |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated content in period - typically used for feeds |
| Description: |
|
|
|
| ACCESSCONTENT |
| Application - function accessContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| cContentID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns revision id if content permissions and status active, otherwise returns 0 |
| Description: |
|
|
|
| PERIODCOMMENTS |
| Application - function periodComments |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
true |
| maxrows |
Optional |
numeric |
50 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
| delay |
Optional |
numeric |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated comments in period - typically used for feeds |
| Description: |
|
|
|
| TREE |
| Application - function tree |
Arguments:
| Name |
Required |
Type |
Default |
| tMode |
Optional |
string |
0 |
| tNodeID |
Optional |
numeric |
0 |
| tLevel |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns site tree |
| Description: |
|
|
|
| UNLOCKRECORD |
| Application - function unlockRecord |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Unlock all records held by dormant sessions and current session |
| Description: |
|
|
|
| UPDATESESSION |
| Application - function updateSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Updates session tracking time stamp. Creates new session tracking entry if session not currently tracked. |
| Description: |
|
|
|
| FLUSHSESSIONS |
| Application - function flushSessions |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Delete abandoned sessions and any associated record locks, save visitor stats. Abandoned session = not updated within session refresh period (visitor = 20 minutes, tools = 60 seconds) |
| Description: |
|
|
|
| INIT |
| Application - function init |
| Arguments: | none |
| ReturnType: |
struct
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
initialize session and record tracking arrays. A session can only have one active record lock at any one time. A user can have multiple sessions. |
| Description: |
|
|
|
| GETLOCKUSER |
| Application - function getLockUser |
Arguments:
| Name |
Required |
Type |
Default |
| uUserID |
Required |
numeric |
|
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user info (name, email) |
| Description: |
|
|
|
| LOCKRECORD |
| Application - function lockRecord |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add record to lock track |
| Description: |
|
|
|
| ADDSESSION |
| Application - function addSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add session to activity tracking list |
| Description: |
|
|
|
| ISRECORDLOCKED |
| Application - function isRecordLocked |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user id holding lock, else returns zero |
| Description: |
|
|
|
| ANXLIC |
| Application - function anxlic |
| Arguments: | none |
| ReturnType: |
struct
|
| Roles: |
|
| Access: |
public |
| Output: |
false |
| DisplayName: |
|
| Hint: |
AssetNow NX |
| Description: |
|
|
|
| ANXDOMAIN |
| Application - function anxdomain |
Arguments:
| Name |
Required |
Type |
Default |
| domain |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
false |
| DisplayName: |
|
| Hint: |
AssetNow NX Domain |
| Description: |
|
|
|
|
|
| bundles |
| Application - struct |
| en_US |
| Application - struct |
| site |
| Application - struct |
| AN_ADD_COMMENT |
Add Comment
|
| AN_APPROVAL |
Approval
|
| AN_AUTHOR |
Author
|
| AN_BACK |
Back
|
| AN_CALENDAR |
CALENDAR
|
| AN_CATEGORY |
Category
|
| AN_COMMENT |
Comment
|
| AN_COMMENTS |
Comments
|
| AN_COMMENTS_AWAITING_APPROVAL |
Comments Awaiting Approval
|
| AN_COMMENTS_CLOSED |
Comments Closed
|
| AN_COMMENT_MARKUP_OPTIONS |
All tags will be removed, line spaces preserved
|
| AN_COMMUNITY_EVENTS_CALENDAR |
COMMUNITY EVENTS CALENDAR
|
| AN_CONTACT_MEMBER_ADMINISTRATOR_TO_UPDATE_YOUR_PERMISSIONS |
Contact the Member Administrator to update your permissions
|
| AN_CONTACT_US |
CONTACT US
|
| AN_CONTENT |
Content
|
| AN_COPYRIGHT |
Copyright
|
| AN_CURRENT_CONDITIONS |
CURRENT CONDITIONS
|
| AN_DISCUSS |
Discuss
|
| AN_DOWNLOAD |
Download
|
| AN_EDIT |
Edit
|
| AN_EMAIL |
E-mail
|
| AN_ERROR |
Error
|
| AN_FLASH_REQUIRED |
You require Adobe Flash Player to view this content
|
| AN_FOR |
for
|
| AN_FORMAT_DATE_MASK |
mmmm d, yyyy
|
| AN_FORMAT_TIME_MASK |
HH:mm
|
| AN_HOME |
Home
|
| AN_ID |
ID
|
| AN_INCORRECT_LOGIN |
Incorrect username/password
|
| AN_IN_THIS_SECTION |
In This Section
|
| AN_JAVASCRIPT_REQUIRED |
You must enable Javascript to view this content
|
| AN_LINKED_IMAGE |
Image
|
| AN_LINKS_REFERENCED |
Links Referenced
|
| AN_LINK_TO |
Link to
|
| AN_LOCATION |
Location
|
| AN_LOGIN_INCORRECT |
Invalid username and/or password. Please try again.
|
| AN_LOGIN_NOT_FOUND |
No login details were found. Check that you entered the same e-mail address provided when you were registered for the site.
|
| AN_LOGIN_RECOVERED |
Your login details have been sent to your e-mail address.
|
| AN_MEMBER |
Member
|
| AN_MEMBER_ADMINISTRATOR |
Member Administrator
|
| AN_MEMBER_CONTENT |
Member
|
| AN_MORE |
+ more
|
| AN_MOST_POPULAR |
Most Popular
|
| AN_NAME |
Name
|
| AN_NEW_UPDATED |
New / Updated
|
| AN_NEXT |
Next
|
| AN_NOTE |
Note
|
| AN_NOTES |
Notes
|
| AN_NOT_A_MEMBER_REGISTER_HERE |
Not a member? Please register first
|
| AN_NOT_OBSERVED |
NOT OBSERVED
|
| AN_NO_FRAMES |
No Frames
|
| AN_NO_RESULTS |
No results
|
| AN_OF |
of
|
| AN_OPTIONAL |
Optional
|
| AN_PAGES |
Pages
|
| AN_PASSWORD |
Password
|
| AN_POSTED_BY |
Posted by
|
| AN_PREVIOUS |
Previous
|
| AN_PROFILE |
Profile
|
| AN_RECOVER_UN_PW |
If you have forgotten your username or password we will send it to you.
|
| AN_REGISTER |
Register
|
| AN_REMEMBER_DETAILS |
Remember Details
|
| AN_REMEMBER_LOGIN |
Check to remember username and password
|
| AN_REPLIES |
Replies
|
| AN_REPLY |
Reply
|
| AN_REQUIRED |
Required
|
| AN_RESULTS |
Results
|
| AN_RSS_FEED |
RSS
|
| AN_SCREEN_MODE_DEFAULT |
Normal Display Mode
|
| AN_SCREEN_MODE_PDA |
PDA Display Mode
|
| AN_SEARCH |
Search
|
| AN_SEARCHED |
Searched
|
| AN_SEARCH_INSIDE |
SEARCH INSIDE
|
| AN_SEARCH_KEYWORDS |
keyword(s)
|
| AN_SEARCH_SYNTAX |
Check your search criteria or use advanced search syntax
|
| AN_SEND |
Send
|
| AN_SIGN_IN |
Sign In
|
| AN_SIGN_IN_TO_ACCESS_MEMBER_CONTENT |
Sign in required to access member content
|
| AN_SIGN_IN_TO_ADD_A_COMMENT |
Sign in to add a comment
|
| AN_SIGN_OUT |
Sign Out
|
| AN_SITE_MAP |
Site Map
|
| AN_SKIP_NAVIGATION |
Skip navigation
|
| AN_SUBSCRIBED_EMAIL_ADDRESS |
Subscribed email address
|
| AN_SUBSCRIPTION_EDIT_LINK |
Edit your subscription
|
| AN_SUBSCRIPTION_UNSUBSCRIBE_LINK |
Unsubscribe from this list
|
| AN_SUGGESTION |
Suggestion
|
| AN_SYSTEM_ADMINISTRATOR |
System Administrator
|
| AN_TEASER_IMAGE_LINK_TO |
Teaser image link to article
|
| AN_TOOLS |
Tools
|
| AN_TOP |
Top
|
| AN_TOWN_OF_SHIPPAGAN |
TOWN OF SHIPPAGAN
|
| AN_TO_REACH_US |
To reach us
|
| AN_UPDATED |
Updated
|
| AN_UPDATE_COMMENT |
Update Comment
|
| AN_UPDATE_REGISTRATION |
Update Registration
|
| AN_UPDATE_YOUR_MEMBERSHIP_TO_ACCESS_THIS_CONTENT |
Update your membership to access this content
|
| AN_USERNAME |
Username
|
| AN_VOLUZION_SYSTEMS |
VOLUZION SYSTEMS
|
| AN_WEATHER |
WEATHER
|
| AN_WEBSITE |
Website
|
| AN_WILL_NOT_BE_DISPLAYED |
will not be displayed
|
| AN_YOU_ARE_HERE |
You are here
|
|
|
| fr_CA |
| Application - struct |
| site |
| Application - struct |
| AN_ADD_COMMENT |
Ajouter un commentaire
|
| AN_APPROVAL |
Approbation
|
| AN_AUTHOR |
Auteur
|
| AN_BACK |
Retour
|
| AN_CALENDAR |
Calendrier
|
| AN_CATEGORY |
Catégorie
|
| AN_COMMENT |
Commentaire
|
| AN_COMMENTS |
Commentaires
|
| AN_COMMENTS_AWAITING_APPROVAL |
Comments Awaiting Approval
|
| AN_COMMENTS_CLOSED |
Comments Closed
|
| AN_COMMENT_MARKUP_OPTIONS |
All tags will be removed, line spaces preserved
|
| AN_COMMUNITY_EVENTS_CALENDAR |
Calendrier d'activités communautaires
|
| AN_CONTACT_MEMBER_ADMINISTRATOR_TO_UPDATE_YOUR_PERMISSIONS |
Contact the Member Administrator to update your permissions
|
| AN_CONTACT_US |
Contactez-nous
|
| AN_CONTENT |
Contenu
|
| AN_COPYRIGHT |
Tous droits réservés
|
| AN_CURRENT_CONDITIONS |
Conditions actuelles
|
| AN_DDDD_FRIDAY |
Vendredi
|
| AN_DDDD_MONDAY |
Lundi
|
| AN_DDDD_SATURDAY |
Samedi
|
| AN_DDDD_SUNDAY |
Dimanche
|
| AN_DDDD_THURSDAY |
Jeudi
|
| AN_DDDD_TUESDAY |
Mardi
|
| AN_DDDD_WEDNESDAY |
Mercredi
|
| AN_DISCUSS |
Discuss
|
| AN_DOWNLOAD |
Télécharger
|
| AN_EDIT |
Modifier
|
| AN_EMAIL |
Courriel
|
| AN_ERROR |
Erreur
|
| AN_FLASH_REQUIRED |
You require Adobe Flash Player to view this content
|
| AN_FOR |
pour
|
| AN_FORMAT_DATE_MASK |
dddd dd-mmm-yyyy
|
| AN_FORMAT_TIME_MASK |
HH:mm:ss
|
| AN_HOME |
Accueil
|
| AN_ID |
ID
|
| AN_INCORRECT_LOGIN |
Incorrect username/password
|
| AN_IN_THIS_SECTION |
In This Section
|
| AN_JAVASCRIPT_REQUIRED |
You must enable Javascript to view this content
|
| AN_LINKED_IMAGE |
Image
|
| AN_LINKS_REFERENCED |
Links Referenced
|
| AN_LINK_TO |
Link to
|
| AN_LOCATION |
Location
|
| AN_LOGIN_INCORRECT |
Nom d'utilisateur et/ou mot de passe invalide. Please try again.
|
| AN_LOGIN_NOT_FOUND |
No login details were found. Check that you entered the same e-mail address provided when you were registered for the site.
|
| AN_LOGIN_RECOVERED |
Your login details have been sent to your e-mail address.
|
| AN_MEMBER |
Membre
|
| AN_MEMBER_ADMINISTRATOR |
Member Administrator
|
| AN_MEMBER_CONTENT |
Membre
|
| AN_MORE |
+ more
|
| AN_MOST_POPULAR |
Most Popular
|
| AN_NAME |
Nom
|
| AN_NEWS |
Nouvelles
|
| AN_NEW_UPDATED |
New / Updated
|
| AN_NEXT |
Suivant
|
| AN_NOTE |
Note
|
| AN_NOTES |
Notes
|
| AN_NOT_A_MEMBER_REGISTER_HERE |
Not a member? Please register first
|
| AN_NOT_OBSERVED |
Non observées
|
| AN_NO_FRAMES |
No Frames
|
| AN_NO_RESULTS |
No results
|
| AN_OF |
de
|
| AN_OPTIONAL |
Facultatif
|
| AN_PAGES |
Pages
|
| AN_PASSWORD |
Mot de passe
|
| AN_POSTED_BY |
Publié par
|
| AN_PREVIOUS |
Précédent
|
| AN_PROFILE |
Profil
|
| AN_RECOVER_UN_PW |
Si vous avez oublié votre nom d'utilisateur ou mot de passe nous vous le ferons parvenir.
|
| AN_REGISTER |
Register
|
| AN_REMEMBER_DETAILS |
Remember Details
|
| AN_REMEMBER_LOGIN |
Mémoriser mon nom d'utilisateur et mot de passe
|
| AN_REPLIES |
Replies
|
| AN_REPLY |
Répondre
|
| AN_REQUIRED |
Requis
|
| AN_RESULTS |
Résultats
|
| AN_ROOT |
Racine
|
| AN_RSS_FEED |
RSS
|
| AN_SCREEN_MODE_DEFAULT |
Normal Display Mode
|
| AN_SCREEN_MODE_PDA |
PDA Display Mode
|
| AN_SEARCH |
Recherche
|
| AN_SEARCHED |
Recherché
|
| AN_SEARCH_INSIDE |
Search Inside
|
| AN_SEARCH_KEYWORDS |
keyword(s)
|
| AN_SEARCH_SYNTAX |
Check your search criteria or use advanced search syntax
|
| AN_SEND |
Envoyer
|
| AN_SIGN_IN |
Connexion
|
| AN_SIGN_IN_TO_ACCESS_MEMBER_CONTENT |
Sign in required to access member content
|
| AN_SIGN_IN_TO_ADD_A_COMMENT |
Sign in to add a comment
|
| AN_SIGN_OUT |
Déconnexion
|
| AN_SITE_MAP |
Plan du site
|
| AN_SKIP_NAVIGATION |
Skip navigation
|
| AN_SUBSCRIBED_EMAIL_ADDRESS |
Subscribed email address
|
| AN_SUBSCRIPTION_EDIT_LINK |
Edit your subscription
|
| AN_SUBSCRIPTION_UNSUBSCRIBE_LINK |
Unsubscribe from this list
|
| AN_SUGGESTION |
Suggestion
|
| AN_SYSTEM_ADMINISTRATOR |
System Administrator
|
| AN_TEASER_IMAGE_LINK_TO |
Teaser image link to article
|
| AN_TOOLS |
Outils
|
| AN_TOP |
Top
|
| AN_TOWN_OF_SHIPPAGAN |
Ville de Shippagan
|
| AN_TO_REACH_US |
Pour communiquer avec nous:
|
| AN_UPDATED |
Updated
|
| AN_UPDATE_COMMENT |
Update Comment
|
| AN_UPDATE_REGISTRATION |
Update Registration
|
| AN_UPDATE_YOUR_MEMBERSHIP_TO_ACCESS_THIS_CONTENT |
Update your membership to access this content
|
| AN_USERNAME |
Nom d'utilisateur
|
| AN_VOLUZION_SYSTEMS |
Systèmes Voluzion
|
| AN_WEATHER |
Météo
|
| AN_WEBSITE |
Website
|
| AN_WILL_NOT_BE_DISPLAYED |
will not be displayed
|
| AN_YOU_ARE_HERE |
YOU ARE HERE
|
|
|
|
| cache |
| Application - struct |
| CATEGORY |
| Application - struct [empty] |
|
| CONTENT |
| Application - struct [empty] |
|
| DOWNLOADS |
| Application - struct |
| 669EE6FE711BF7A3D514C1DB73CEEBD6 |
| Application - struct |
| EXPIRE |
{ts '2012-02-07 21:48:55'}
|
| FILE |
horaire-automne-hivers-2011-couleur.pdf
|
| PATH |
472
|
|
|
|
| config |
| Application - struct |
| ALLOW_DISPLAY_TYPES |
rss,pdf
|
| ALLOW_FILE_TYPES |
pdf,jpg,gif,png,txt,zip,doc,xls,ppt,rtf,xml,mp3,mov,swf,flv
|
| ALLOW_IMAGE_TYPES |
jpg,gif,png,swf,jpeg
|
| ASSETNOW_FILE_TYPES |
html
|
| ASSETNOW_ROLE_IDENTIFIERS |
siteadmin,groupadmin,publisher,anonymous
|
| ASSETNOW_WEBAPPREG_IDENTIFIERS |
B57CBB10-7323-11D3-8133005004A213F9,523927EA-C0A8-7D13-937EFD91898F100D,A40D51DA-C0A8-7D13-9310FA324A717E20
|
| AWS_ACCESS_KEY_ID |
[empty string]
|
| AWS_SECRET_ACCESS_KEY |
[empty string]
|
| CACHE_CONTENT |
0
|
| CFCOMPONENTS_PREFIX |
sys.cfapps.assetnow.cfcs
|
| CONTENT_REVIEW_DAYS |
180
|
| CUSTOM_VARS |
[empty string]
|
| DEFAULT_COUNTRY_ID |
38
|
| DENY_IP_ADDRESSES |
[empty string]
|
| DENY_REFERER_KEYWORDS |
drugs,pharmacy,cash,health,viagra,holdem,poker,hold-em,pill,diet,hamlet,casino
|
| DISALLOW_CFML_TAGS |
cffile,cfcontent,cfindex,cfsearch
|
| DOWNLOAD_TIME_MINUTES |
30
|
| DSN |
shippagan
|
| DSN_PASSWORD |
[empty string]
|
| DSN_USERNAME |
[empty string]
|
| EMAIL_ADMIN |
info@voluzion.ca
|
| EMAIL_ADMIN_PASSWORD |
[empty string]
|
| EMAIL_APPROVAL |
jules@shippagan.ca
|
| EMAIL_APPROVAL_PASSWORD |
[empty string]
|
| EMAIL_CONTACT |
info@shippagan.ca
|
| EMAIL_CONTACT_PASSWORD |
[empty string]
|
| EMAIL_ERROR |
info@voluzion.ca
|
| EMAIL_ERROR_PASSWORD |
[empty string]
|
| EMAIL_INFO |
info@shippagan.ca
|
| EMAIL_INFO_PASSWORD |
[empty string]
|
| EMAIL_NO_REPLY |
notifications@shippagan.ca
|
| EMAIL_NO_REPLY_PASSWORD |
[empty string]
|
| EMAIL_SUPPORT |
info@voluzion.ca
|
| EMAIL_SUPPORT_PASSWORD |
[empty string]
|
| EMAIL_USER |
info@shippagan.ca
|
| EMAIL_USER_PASSWORD |
[empty string]
|
| ENCRYPT_KEY |
voluzion
|
| EXECUTE_CFML |
1
|
| FEED_DELAY_MINUTES |
5
|
| GOOGLE_TRACKER_CODE |
UA-2986539-15
|
| INDEXING_TIMEOUT_SECONDS |
1800
|
| JUPLOAD_PASSWORD |
[empty string]
|
| JUPLOAD_USERNAME |
[empty string]
|
| LICENSE |
BE8A89667297515241BB3104D2071E98||M3B0BCEF9C45BD8A48EDA1B26EB0C61C8692AG0BCEF9C45BD8A48EDA1B26EB0C61C869220BCEF9C45BD8A48EDA1B26EB0C61C8692D0BCEF9C45BD8A48EDA1B26EB0C61C8695B0BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C869220BCEF9C45BD8A48EDA1B26EB0C61C8693FT0BCEF9C45BD8A48EDA1B26EB0C61C8692B0BCEF9C45BD8A48EDA1B26EB0C61C8695E0BCEF9C45BD8A48EDA1B26EB0C61C8695DX0BCEF9C45BD8A48EDA1B26EB0C61C8692A0BCEF9C45BD8A48EDA1B26EB0C61C8695EJ0BCEF9C45BD8A48EDA1B26EB0C61C8693AIJ0BCEF9C45BD8A48EDA1B26EB0C61C8695EU0BCEF9C45BD8A48EDA1B26EB0C61C86927K0BCEF9C45BD8A48EDA1B26EB0C61C8692A0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8693FRB0BCEF9C45BD8A48EDA1B26EB0C61C8695C0BCEF9C45BD8A48EDA1B26EB0C61C869270BCEF9C45BD8A48EDA1B26EB0C61C8693EN0BCEF9C45BD8A48EDA1B26EB0C61C8695C0BCEF9C45BD8A48EDA1B26EB0C61C8692EZ0BCEF9C45BD8A48EDA1B26EB0C61C8692EOVI0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8695DG10BCEF9C45BD8A48EDA1B26EB0C61C869250BCEF9C45BD8A48EDA1B26EB0C61C8693D0BCEF9C45BD8A48EDA1B26EB0C61C8692FCJF0BCEF9C45BD8A48EDA1B26EB0C61C86925O0BCEF9C45BD8A48EDA1B26EB0C61C8693BHW0BCEF9C45BD8A48EDA1B26EB0C61C8692DU0BCEF9C45BD8A48EDA1B26EB0C61C8692220BCEF9C45BD8A48EDA1B26EB0C61C8690AMB0BCEF9C45BD8A48EDA1B26EB0C61C8695ERMD0BCEF9C45BD8A48EDA1B26EB0C61C86929F2Y0BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C86923ZTI0BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C8693EFHM0BCEF9C45BD8A48EDA1B26EB0C61C8693DCKN0BCEF9C45BD8A48EDA1B26EB0C61C8695FCX90BCEF9C45BD8A48EDA1B26EB0C61C86921C0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8692D1O0BCEF9C45BD8A48EDA1B26EB0C61C869290BCEF9C45BD8A48EDA1B26EB0C61C8695B6N0BCEF9C45BD8A48EDA1B26EB0C61C8693A0BCEF9C45BD8A48EDA1B26EB0C61C8692A0BCEF9C45BD8A48EDA1B26EB0C61C8695F0BCEF9C45BD8A48EDA1B26EB0C61C86924TJ0BCEF9C45BD8A48EDA1B26EB0C61C8693BELZ0BCEF9C45BD8A48EDA1B26EB0C61C8692EH0BCEF9C45BD8A48EDA1B26EB0C61C86920R0BCEF9C45BD8A48EDA1B26EB0C61C8693FGK0BCEF9C45BD8A48EDA1B26EB0C61C8695BX0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8692C60BCEF9C45BD8A48EDA1B26EB0C61C8692D0BCEF9C45BD8A48EDA1B26EB0C61C8690AM0BCEF9C45BD8A48EDA1B26EB0C61C8695EA0BCEF9C45BD8A48EDA1B26EB0C61C8692F0BCEF9C45BD8A48EDA1B26EB0C61C8692FX70BCEF9C45BD8A48EDA1B26EB0C61C869400BCEF9C45BD8A48EDA1B26EB0C61C869290BCEF9C45BD8A48EDA1B26EB0C61C8692240BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C8692FTQ80BCEF9C45BD8A48EDA1B26EB0C61C869230BCEF9C45BD8A48EDA1B26EB0C61C86920OV0BCEF9C45BD8A48EDA1B26EB0C61C8693EB0BCEF9C45BD8A48EDA1B26EB0C61C869290BCEF9C45BD8A48EDA1B26EB0C61C8692A10BCEF9C45BD8A48EDA1B26EB0C61C8693CZ6YFNN0BCEF9C45BD8A48EDA1B26EB0C61C86921E760BCEF9C45BD8A48EDA1B26EB0C61C86920E0BCEF9C45BD8A48EDA1B26EB0C61C86940EVOI0BCEF9C45BD8A48EDA1B26EB0C61C869220BCEF9C45BD8A48EDA1B26EB0C61C8692BEUZ0BCEF9C45BD8A48EDA1B26EB0C61C8693AEAYMGHUC0BCEF9C45BD8A48EDA1B26EB0C61C8695E0BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C8692E80BCEF9C45BD8A48EDA1B26EB0C61C8690A0BCEF9C45BD8A48EDA1B26EB0C61C8692E0BCEF9C45BD8A48EDA1B26EB0C61C8692CI0BCEF9C45BD8A48EDA1B26EB0C61C8695E0BCEF9C45BD8A48EDA1B26EB0C61C869200BCEF9C45BD8A48EDA1B26EB0C61C8695CY60BCEF9C45BD8A48EDA1B26EB0C61C869270BCEF9C45BD8A48EDA1B26EB0C61C869400BCEF9C45BD8A48EDA1B26EB0C61C8693BJ0BCEF9C45BD8A48EDA1B26EB0C61C8693A0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8693AFEPF40BCEF9C45BD8A48EDA1B26EB0C61C869200BCEF9C45BD8A48EDA1B26EB0C61C8690A
|
| LICENSE_DOMAINS |
shippagan.ca,villedeshippagan.ca,127.0.0.1,localhost
|
| LICENSE_EXPIRY_DATE |
never
|
| LICENSE_GROUPS |
unlimited
|
| LICENSE_HOLDER |
shippagan.ca
|
| LICENSE_PAGES |
unlimited
|
| LICENSE_PUBLISHERS |
5
|
| LICENSE_TYPE |
Professional
|
| LICENSE_USERS |
unlimited
|
| LICENSE_VALID |
true
|
| MAILER_ID |
AssetNow CMS 6.0.3
|
| MAIL_POP_SERVER |
[empty string]
|
| MAIL_SERVER |
localhost
|
| MAIL_SERVER_PASSWORD |
[empty string]
|
| MAIL_SERVER_USERNAME |
[empty string]
|
| MAX_ASSET_FILE_SIZE |
204800000
|
| MAX_IMAGE_FILE_SIZE |
5120000
|
| OS_DATE_TIME_FORMAT |
d/m/y h:n t
|
| PASSWORD_FORMAT |
xxxxxx
|
| REMOVE_WHITESPACE |
1
|
| SERVER_TIME_OFFSET_MINUTES |
0
|
| SITEMAP_VERIFY_CODE |
nBjcfAUJvEeZgGpG77MGSN1q-Z5uZIDS57RbZqLY5Jg
|
| SITE_COPYRIGHT |
Ville de Shippagan
|
| SITE_GENERATOR |
Voluzion CMS 6.0.3
|
| SITE_NAME |
Ville de Shippagan, Nouveau-Brunswick, Canada
|
| SITE_URL |
http://www.shippagan.ca
|
| SUPPORTED_LOCALES |
English (US),French (Canadian)
|
| SUPPORTED_VERITY_LANGUAGES |
english,french
|
| SYSTEM_NOTIFICATIONS |
1
|
| TOOLS_START_URL |
/anlink/1,1,468,0,html
|
| XS_CUSTOM_BLOCK_ELEMENTS |
[empty string]
|
| XS_CUSTOM_EMPTY_ELEMENTS |
[empty string]
|
| XS_CUSTOM_INLINE_ELEMENTS |
[empty string]
|
| XS_CUSTOM_NAMESPACES |
[empty string]
|
| XS_OPTIONS |
0
|
| XS_RELATIONSHIP |
nofollow
|
| XS_REVERSE_RELATIONSHIP |
[None]
|
| XS_VERSION |
2.0.0.0
|
| XS_WEB_SERVICES_SPELLCHECKER |
http://soap.xstandard.com/spellchecker.aspx
|
| XS_WEB_SERVICES_URL |
http://www.shippagan.ca
|
|
| geoinit |
true
|
| geolocator |
| [cfc4] Application - component
sys.cfapps.assetnow.cfcs.common.geolocator.geolocator
|
| METHODS |
| NODECONTENT |
| Application - function nodeContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| tcMode |
Optional |
string |
all |
| tFeedStatus |
Optional |
string |
all |
| portal |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return content in specified node. Checks public, user, group access permissions |
| Description: |
|
|
|
| PARSEHTML |
| Application - function parseHTML |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| nodeid |
Optional |
numeric |
0 |
| contentid |
Optional |
numeric |
0 |
| revisionid |
Optional |
numeric |
0 |
| edit |
Optional |
boolean |
false |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Parses HTML for link references and returns updated string |
| Description: |
|
|
|
| ACCESSNODE |
| Application - function accessNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns node id if user has permission to access specified node, otherwise returns 0 |
| Description: |
|
|
|
| PAGECONTENT |
| Application - function pageContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| countViews |
Optional |
boolean |
true |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return html content record and check permissions |
| Description: |
|
|
|
| ACCESSALLOW |
| Application - function accessAllow |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| permissions |
Optional |
string |
All |
| roles |
Optional |
string |
[empty string] |
| uUserID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| nodeAccess |
Optional |
boolean |
false |
| toolAccess |
Optional |
boolean |
true |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if current user has access permissions to specified node, content or roles |
| Description: |
|
|
|
| MEMBERREGISTRATION |
| Application - function memberRegistration |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns query with member registration and approval requirement |
| Description: |
|
|
|
| PUBLICNODE |
| Application - function publicNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns public/private status of node |
| Description: |
|
|
|
| AUTHGROUPID |
| Application - function authGroupID |
Arguments:
| Name |
Required |
Type |
Default |
| gGroupID |
Optional |
numeric |
0 |
| gIdentifier |
Optional |
string |
[empty string] |
| exclusive |
Optional |
boolean |
true |
| updateSession |
Optional |
boolean |
true |
| ipAddress |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Authorize group access by groupID or UUID and add to session |
| Description: |
|
|
|
| SESPATHFORMAT |
| Application - function sesPathFormat |
Arguments:
| Name |
Required |
Type |
Default |
| str |
Required |
string |
|
| maxLength |
Optional |
numeric |
255 |
| srcLst |
Optional |
string |
À,Â,Ä,Ç,È,É,Ê,Ë,Î,à,á,â,ã,ä,å,ç,è,é,ê,ë,ì,í,î,ï,ñ,ò,ó,ô,õ,ö,ù,ú,û,ü,ý,ÿ |
| outLst |
Optional |
string |
A,A,A,C,E,E,E,E,I,a,a,a,a,a,a,c,e,e,e,e,i,i,i,i,n,o,o,o,o,o,u,u,u,u,y,y |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns valid OS directory path |
| Description: |
|
|
|
| NAVIGATIONPATH |
| Application - function navigationPath |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| root |
Optional |
boolean |
false |
| mode |
Optional |
boolean |
true |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns parents of node |
| Description: |
|
|
|
| ACTIVENODE |
| Application - function activeNode |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if node is active |
| Description: |
|
|
|
| ACTIVECONTENT |
| Application - function activeContent |
Arguments:
| Name |
Required |
Type |
Default |
| cContentID |
Optional |
numeric |
0 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if content is active via reverse lookup |
| Description: |
|
|
|
| METADATA |
| Application - function metaData |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Node, content metadata |
| Description: |
|
|
|
| FEEDENABLED |
| Application - function feedEnabled |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns true if feed enabled for category |
| Description: |
|
|
|
| MEMBERCONTENT |
| Application - function memberContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| gGroupID |
Optional |
numeric |
0 |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns member status of category or page |
| Description: |
|
|
|
| PERIODCONTENT |
| Application - function periodContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| maxrows |
Optional |
numeric |
20 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
0 |
| delay |
Optional |
numeric |
-1 |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated content in period - typically used for feeds |
| Description: |
|
|
|
| ACCESSCONTENT |
| Application - function accessContent |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Required |
numeric |
|
| cContentID |
Required |
numeric |
|
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| previewID |
Optional |
numeric |
0 |
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns revision id if content permissions and status active, otherwise returns 0 |
| Description: |
|
|
|
| PERIODCOMMENTS |
| Application - function periodComments |
Arguments:
| Name |
Required |
Type |
Default |
| tNodeID |
Optional |
numeric |
0 |
| cContentID |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
true |
| maxrows |
Optional |
numeric |
50 |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| userRoles |
Optional |
string |
[runtime expression] |
| days |
Optional |
numeric |
0 |
| start |
Optional |
date |
[runtime expression] |
| end |
Optional |
date |
[runtime expression] |
| delay |
Optional |
numeric |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Return new/updated comments in period - typically used for feeds |
| Description: |
|
|
|
| TREE |
| Application - function tree |
Arguments:
| Name |
Required |
Type |
Default |
| tMode |
Optional |
string |
0 |
| tNodeID |
Optional |
numeric |
0 |
| tLevel |
Optional |
numeric |
0 |
| children |
Optional |
boolean |
false |
| userID |
Optional |
numeric |
[runtime expression] |
| userGroupIDs |
Optional |
string |
[runtime expression] |
| currentGroupID |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns site tree |
| Description: |
|
|
|
| UNLOCKRECORD |
| Application - function unlockRecord |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Unlock all records held by dormant sessions and current session |
| Description: |
|
|
|
| UPDATESESSION |
| Application - function updateSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Updates session tracking time stamp. Creates new session tracking entry if session not currently tracked. |
| Description: |
|
|
|
| FLUSHSESSIONS |
| Application - function flushSessions |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Delete abandoned sessions and any associated record locks, save visitor stats. Abandoned session = not updated within session refresh period (visitor = 20 minutes, tools = 60 seconds) |
| Description: |
|
|
|
| INIT |
| Application - function init |
| Arguments: | none |
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
init |
| Hint: |
initializes valid locales |
| Description: |
|
|
|
| GETLOCKUSER |
| Application - function getLockUser |
Arguments:
| Name |
Required |
Type |
Default |
| uUserID |
Required |
numeric |
|
|
| ReturnType: |
query
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user info (name, email) |
| Description: |
|
|
|
| LOCKRECORD |
| Application - function lockRecord |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
void
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add record to lock track |
| Description: |
|
|
|
| ADDSESSION |
| Application - function addSession |
| Arguments: | none |
| ReturnType: |
void
|
| Roles: |
|
| Access: |
private |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Add session to activity tracking list |
| Description: |
|
|
|
| ISRECORDLOCKED |
| Application - function isRecordLocked |
Arguments:
| Name |
Required |
Type |
Default |
| recordUUID |
Required |
string |
|
|
| ReturnType: |
numeric
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
|
| Hint: |
Returns user id holding lock, else returns zero |
| Description: |
|
|
|
| ANXLIC |
| Application - function anxlic |
| Arguments: | none |
| ReturnType: |
struct
|
| Roles: |
|
| Access: |
public |
| Output: |
false |
| DisplayName: |
|
| Hint: |
AssetNow NX |
| Description: |
|
|
|
| ANXDOMAIN |
| Application - function anxdomain |
Arguments:
| Name |
Required |
Type |
Default |
| domain |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
false |
| DisplayName: |
|
| Hint: |
AssetNow NX Domain |
| Description: |
|
|
|
| FINDLOCALE |
| Application - function findLocale |
Arguments:
| Name |
Required |
Type |
Default |
| thisIP |
Optional |
string |
[runtime expression] |
| thisLanguage |
Optional |
string |
[runtime expression] |
| fallbackLocale |
Optional |
string |
en_US |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
findLocale |
| Hint: |
returns locale from user IP |
| Description: |
|
|
|
| FINDLANGUAGE |
| Application - function findLanguage |
Arguments:
| Name |
Required |
Type |
Default |
| thisIP |
Optional |
string |
[runtime expression] |
| thisLanguage |
Optional |
string |
[runtime expression] |
| fallbackLanguage |
Optional |
string |
en |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
findCountry |
| Hint: |
returns language from user IP/http_accept_Language |
| Description: |
|
|
|
| ISVALIDLOCALE |
| Application - function isValidLocale |
Arguments:
| Name |
Required |
Type |
Default |
| aLocale |
Optional |
string |
[empty string] |
|
| ReturnType: |
boolean
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
isValidLocale |
| Hint: |
determines if passed locale is valid java locale |
| Description: |
|
|
|
| SHOWLANGUAGE |
| Application - function showLanguage |
Arguments:
| Name |
Required |
Type |
Default |
| thisIP |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
showLanguage |
| Hint: |
returns full language, localized if available, from user IP |
| Description: |
|
|
|
| SHOWCOUNTRY |
| Application - function showCountry |
Arguments:
| Name |
Required |
Type |
Default |
| thisIP |
Optional |
string |
[runtime expression] |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
showCountry |
| Hint: |
returns full country, localized if available, from user IP |
| Description: |
|
|
|
| FINDCOUNTRY |
| Application - function findCountry |
Arguments:
| Name |
Required |
Type |
Default |
| thisIP |
Optional |
string |
[runtime expression] |
| fallbackCountry |
Optional |
string |
XX |
|
| ReturnType: |
string
|
| Roles: |
|
| Access: |
public |
| Output: |
no |
| DisplayName: |
findCountry |
| Hint: |
returns country from user IP |
| Description: |
|
|
|
|
|
| permissions |
| Application - struct |
| CONTENTGROUPS |
| Application - struct [empty] |
|
| CONTENTUSERS |
| Application - struct [empty] |
|
| NODEGROUPS |
| Application - struct |
| 1 |
33,39,41
|
| 103 |
33,39,41
|
| 104 |
33,39,41
|
| 105 |
33,39,41
|
| 106 |
33,39,41
|
| 107 |
33,39,41
|
| 108 |
33,39,41
|
| 109 |
33,39,41
|
| 110 |
33,39,41
|
| 111 |
33,39,41
|
| 114 |
33,39,41
|
| 127 |
33,39,41
|
| 128 |
33,39,41
|
| 129 |
33,39,41
|
| 130 |
33,39,41
|
| 131 |
33,39,41
|
| 132 |
33,39,41
|
| 134 |
33,39,41
|
| 135 |
33,39,41
|
| 136 |
33,39,41
|
| 137 |
33,39,41
|
| 138 |
33,39,41
|
| 139 |
33,39,41
|
| 140 |
33,39,41
|
| 141 |
33,39,41
|
| 143 |
33,39,41
|
| 144 |
33,39,41
|
| 145 |
33,39,41
|
| 146 |
33,39,41
|
| 147 |
33,39,41
|
| 149 |
33,39,41
|
| 150 |
33,39,41
|
| 152 |
33,39,41
|
| 154 |
33,39,41
|
| 155 |
33,39,41
|
| 156 |
33,39,41
|
| 157 |
33,39,41
|
| 158 |
33,39,41
|
| 159 |
33,39,41
|
| 160 |
33,39,41
|
| 161 |
33,39,41
|
| 162 |
33,39,41
|
|
| NODEUSERS |
| Application - struct [empty] |
|
|
| physicalpaths |
| Application - struct |
| ANROOT |
/var/www/shippagan.ca/
|
| ASSETS |
/var/www/shippagan.ca/ass/
|
| CACHE |
/var/www/shippagan.ca/sys/cache/
|
| CFINCLUDES |
/var/www/shippagan.ca/sys/cfincludes/assetnow/
|
| COLLECTIONS |
/var/www/shippagan.ca/sys/collections/
|
| DATA |
/var/www/shippagan.ca/data/
|
| DOWNLOAD |
/var/www/shippagan.ca/download/
|
| I18N |
/var/www/shippagan.ca/sys/i18n/
|
| IMAGES |
/var/www/shippagan.ca/img/
|
| LOGS |
/var/www/shippagan.ca/sys/logs/
|
| SLASH |
/
|
| SYSTEM |
/var/www/shippagan.ca/sys/
|
| TEMP |
/var/www/shippagan.ca/sys/temp/
|
| TEMPLATES |
/var/www/shippagan.ca/sys/cftags/assetnow/design/templates/
|
|
| sessioncount |
1
|
| virtualpaths |
| Application - struct |
| ANROOT |
[empty string]
|
| ASSETS |
/ass
|
| CACHE |
/sys/cache
|
| CFAPPS |
/sys/cfapps/assetnow
|
| CFCS |
/sys/cfapps/assetnow/cfcs
|
| CFINCLUDES |
/sys/cfincludes/assetnow
|
| CFLIBS |
/sys/cflibs
|
| CFTAGS |
/sys/cftags/assetnow
|
| COLLECTIONS |
/sys/collections
|
| CONFIG |
/sys/config
|
| DATA |
/data
|
| DOWNLOAD |
/download
|
| I18N |
/sys/i18n
|
| IMAGES |
/img
|
| JSCRIPTS |
/js
|
| LOGS |
/sys/logs
|
| STYLES |
/css
|
| SYSTEM |
/sys
|
| TEMP |
/sys/temp
|
| TEMPLATES |
/sys/cftags/assetnow/design/templates
|
|
| Server - struct |
| coldfusion |
| Server - struct |
| InstallKit |
Native UNIX
|
| appserver |
JRun4
|
| expiration |
{ts '2012-02-07 21:45:19'}
|
| productlevel |
Enterprise
|
| productname |
ColdFusion Server
|
| productversion |
9,0,0,251028
|
| rootdir |
/opt/coldfusion9
|
| supportedlocales |
Chinese (China),Chinese (Hong Kong),Chinese (Taiwan),Dutch (Belgian),Dutch (Standard),English (Australian),English (Canadian),English (New Zealand),English (UK),English (US),French (Belgian),French (Canadian),French (Standard),French (Swiss),German (Austrian),German (Standard),German (Swiss),Italian (Standard),Italian (Swiss),Japanese,Korean,Norwegian (Bokmal),Norwegian (Nynorsk),Portuguese (Brazilian),Portuguese (Standard),Spanish (Mexican),Spanish (Modern),Spanish (Standard),Swedish,ar,ar_AE,ar_BH,ar_DZ,ar_EG,ar_IQ,ar_JO,ar_KW,ar_LB,ar_LY,ar_MA,ar_OM,ar_QA,ar_SA,ar_SD,ar_SY,ar_TN,ar_YE,be,be_BY,bg,bg_BG,ca,ca_ES,cs,cs_CZ,da,da_DK,de,de_AT,de_CH,de_DE,de_LU,el,el_CY,el_GR,en,en_AU,en_CA,en_GB,en_IE,en_IN,en_MT,en_NZ,en_PH,en_SG,en_US,en_ZA,es,es_AR,es_BO,es_CL,es_CO,es_CR,es_DO,es_EC,es_ES,es_GT,es_HN,es_MX,es_NI,es_PA,es_PE,es_PR,es_PY,es_SV,es_US,es_UY,es_VE,et,et_EE,fi,fi_FI,fr,fr_BE,fr_CA,fr_CH,fr_FR,fr_LU,ga,ga_IE,hi_IN,hr,hr_HR,hu,hu_HU,in,in_ID,is,is_IS,it,it_CH,it_IT,iw,iw_IL,ja,ja_JP,ja_JP_JP,ko,ko_KR,lt,lt_LT,lv,lv_LV,mk,mk_MK,ms,ms_MY,mt,mt_MT,nl,nl_BE,nl_NL,no,no_NO,no_NO_NY,pl,pl_PL,pt,pt_BR,pt_PT,ro,ro_RO,ru,ru_RU,sk,sk_SK,sl,sl_SI,sq,sq_AL,sr,sr_BA,sr_CS,sr_ME,sr_RS,sv,sv_SE,th,th_TH,th_TH_TH,tr,tr_TR,uk,uk_UA,vi,vi_VN,zh,zh_CN,zh_HK,zh_SG,zh_TW
|
|
| os |
| Server - struct |
| additionalinformation |
Linux
|
| arch |
amd64
|
| buildnumber |
[empty string]
|
| name |
UNIX
|
| version |
2.6.18-274.3.1.el5.028stab094.3
|
|