Since: edmcore v602.131.32
EdmiError _CDECL edmiDefineServerContextPropertyBN (SdaiServerContext serverContextId, SdaiString serverContextPropertyName, SdaiSelect serverContextPropertyValue);
Set / update a server context property.
Arguments
Type | Name | Comment |
SdaiServerContext | serverContextId | Context identification, from edmiDefineServerContext |
SdaiString | serverContextPropertyName | Name of property to set |
SdaiSelect | serverContextPropertyValue | New property value |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Options
Example
EdmiError rstat; if (rstat = edmiDefineServerContextPropertyBN(. . . ) { printf("\nError %d in edmiDefineServerContextPropertyBN", rstat); goto err; } . . .
See also
Filter by label
There are no items with the selected labels at this time.