This document is archived and information here might be outdated. Recommended version. |
An enumerator over all the server object extension types.
[Visual Basic .NET] Public Function GetExtensionTypes ( _ ByVal SOTypeName As String _ ) As IEnumServerObjectExtensionType
[C#] public IEnumServerObjectExtensionType GetExtensionTypes ( string SOTypeName );
[C++]
HRESULT GetExtensionTypes(
BSTR SOTypeName
);
[C++] Parameters SOTypeName [in]
SOTypeName is a parameter of type BSTR
Server object extensions can be designated by a type name, description and class ID. The GetExtensionTypes method of the IServerObjectAdmin2 interface provides a reference to an enumeration of IServerObjectExtensionTypes. IServerObjectExtensionType has methods that can be interrogated for type name, description and class ID.