Feedback

  • Contents
 

II3IDICServer2::ServerIsLicensedForPublish Property

get_ServerIsLicensedForPublish

This property indicates whether or not publishing is allowed on the server.

IDL Function Prototype

HRESULT ServerIsLicensedForPublish(

   [out, retval] VARIANT_BOOL * publishLicensed

);

C/C++ Syntax

HRESULT get_ServerIsLicensedForPublish(VARIANT_BOOL * publishLicensed);

Parameters

publishLicensed

The return value is True if publishing is allowed on the server; otherwise False.