|
Public Member Functions |
| HRESULT | Disclaimer ([in] BSTR iDisclaimer) |
| | Put the disclaimer to the Feature Flag Object.
|
| HRESULT | Disclaimer ([out, retval] BSTR *opDisclaimer) |
| | Get the disclaimer from the Feature Flag Object.
|
| HRESULT | FeatureStatus ([in] EnumDSSFeatureFlagStatus iFeatureStatus) |
| | Set the Feature status on the Feature Flag Object.
|
| HRESULT | FeatureStatus ([out, retval] EnumDSSFeatureFlagStatus *opFeatureStatus) |
| | Get the Feature status from the Feature Flag Object.
|
| HRESULT | Info ([out, retval] IDSSObjectInfo
oppInfo) |
| | Get the ObjectInfo of the Feature Flag Object.
|
| HRESULT | IsDefaultOn ([in] VARIANT_BOOL iDefaultOn) |
| | Set the default status on the Feature Flag Object.
|
| HRESULT | IsDefaultOn ([out, retval] VARIANT_BOOL *opDefaultOn) |
| | Check whether the default status of the Feature Flag Object is on or off.
|
| HRESULT | IsExternal ([in] VARIANT_BOOL iExternal) |
| | Set the internal value on the feature.
|
| HRESULT | IsExternal ([out, retval] VARIANT_BOOL *opExternal) |
| | Check if the feature is an internal feature.
|
| HRESULT | MultilingualDisclaimer ([out, retval] IDSSMultilingualString
oppDisclaimer) |
| | Get the multiingual disclaimer from the Feature Flag Object.
|