Availability property

Sets or returns the availability of this extension as defined by this setting. Always use the EffectiveAvailability property to determine the actual availability of an extension at a given scope.

The availability of an extension affects how it can be configured on children and does not directly affect enablement at that scope.  The eRoom user interface automatically sets an Enabled to true or false to match the availability at site and community levels. These settings can be controlled independently via SAAPI.

Syntax


C++

HRESULT get_Availability(
   
ERUExtensionAvailability* pAvailability)

HRESULT put_Availability(
   
ERUExtensionAvailability MyAvailability)

Scripting languages

Availability = Object.Availability

Object.Availability = Availability

Home

Applies to

IERUExtensionSetting