BESAPI.ActionSiteMasthead

ActionSiteMasthead Methods Description
HRESULT SetAppName (
      BSTR appName
);
Sets the Application Name string that is used to specify the registry key for the BESAPI. Default is 'BESAPI'.
HRESULT SetDSN (
      BSTR dsn
);
Sets the name of the ODBC DSN to use when connecting to the database. Default is 'BES_bfenterprise'.
HRESULT Load (
      BSTR username, 
      BSTR password
);
Connects to the database with the specified username and password. Reads the action site masthead from the database.
ActionSiteMasthead Properties Description
HRESULT DiagnosticMessage (
      [out, retval] BSTR *pVal
);
If a method fails, this property returns a string containing a diagnostic message.
HRESULT StatusMessage (
      [out, retval] BSTR *pVal
);
Returns a string describing the status of the current operation (for example, propagation).
HRESULT IsAdministrator(
      BSTR username, 
      [out, retval] BOOL *pVal
);
True if the operator specified is a Master Operator.
HRESULT IsAuthoringEnabled(
      [out, retval] BOOL *pVal
);
True if the authoring features are enabled for this deployment.
HRESULT CurrentFIPSMode(
    BSTR username, 
    BSTR password, 
    [out, retval] BOOL* pVal );
Retrieves the masthead from the database and returns true if FIPS mode cryptography is enabled in the masthead.