getOrganizationPropertyKeys
Description
Get the organization properties keys the provided organization id.
Parameters
Return Type
string []
Returns null if the organization can not be found.
Example
return getOrganizationPropertyKeys(13);
Result: The string [] "TestProperty1|TestProperty2" will be return.
See also
Peacock