CMS_GetProperty

Description

Returns a property from the property table in the SQL database.

 

Syntax

CMS_GetProperty(sProp) As string

 

Parameters

sProp (String)

Name of property.

Property whiteList

In order to protect the property table, only the following properties can be queried;

  • CapaOneOrgId

  • CapaOneOrgKey

  • CapaOneOrgName

  • CapaOneOrgTag

 

Return value

Result will be stored in gsValue.

 

Example

VBScript

If bStatus Then bStatus = CMS_GetProperty("CapaOneOrgName")

Scripting Guidelines

 

Related functions