| ||
|
| |
Description propertyReturns an IERURichText interface pointer for the description of the page. SyntaxC++HRESULT get_Description( Scripting languagesDescription = Object.Description RemarksFor IERUDiscussionPage, this property is only used for backward compatibility purposes. Beginning with v4.0, there is no Description in the discussion page. The user can still see the existing description from Discussion Pages created using older versions, but can't modify or delete the old descriptions. Discussion Pages created using v4.0 or newer versions of eRoom will return NULL (or Nothing) for this property.
|
| |
Description propertyReturns or sets an IERURichText interface pointer for the description of the page. SyntaxC++HRESULT get_Description( HRESULT put_Description( Scripting languagesDescription = Object.Description Object.Description = Description RemarksFor IERUDiscussionPage, this property is only used for backward compatibility purposes. Beginning with v4.0, there is no Description in the discussion page. The user can still see the existing description from Discussion Pages created using older versions, but can't modify or delete the old descriptions. Discussion Pages created using v4.0 or newer versions of eRoom will return NULL (or Nothing) for this property.
|
| |
Description propertyFor IERURoom, sets or returns the eRoom description that appears in the Directory of eRooms listing. For IERUCustomRole, sets or returns the plain text description of a custom role. For IERUSynchronousEventHandler, sets or returns the plain text description of the synchronous event handler. For IERUProvisioningGroup, sets or returns the plain text description of the provisioning group. For IERUSiteRoom, returns but does not set the plain text description of the custom command or viewer.
SyntaxC++HRESULT get_Description(BSTR* pDescription) HRESULT put_Description(BSTR MyDescription) Scripting languagesString = Object.Description Object.Description = String RemarksThe description must not exceed 32K characters.
|
Home | |
Description propertyReturns the specified language-specific description of this extension. A LANGID of 0 specifies the thread's current language.
SyntaxC++HRESULT
get_Description( Scripting languagesDescription = Object.Description(LanguageID as Long)
|
Home |