IUserExtension Interface

 

Extension point for user properties in the product.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

public interface class IUserExtension

NameDescription
System_CAPS_pubpropertyAccountGroupHeadingText

Gets the account group heading text.

System_CAPS_pubpropertyAddUserWizardActivateText

Gets the activate option text in the Add User WizardExtension Page.

System_CAPS_pubpropertyAliasLabelText

Gets the alias label text.

System_CAPS_pubpropertyAssignRolesLabelText

Gets the assign roles label text.

System_CAPS_pubpropertyDefaultDomainName

Gets the default domain name to which the user extension properties belong.

System_CAPS_pubpropertyEnabled

Gets a boolean value indicating whether the user extension is enabled.

System_CAPS_pubpropertyIntegrationGroupHeadingText

Gets the integration group heading text.

System_CAPS_pubpropertyMailGroupHeadingText

Gets the mail group heading text.

System_CAPS_pubpropertyRemoveUserExtensionMessage

Gets the message displayed when a user's extension is removed.

System_CAPS_pubpropertyUserPropertiesTabActivateUserString

Gets the text displayed for the activate option in the User Extension Properties tab page.

System_CAPS_pubpropertyUserPropertiesTabHeading

Gets the text displayed as the heading of User Extension Properties tab page.

System_CAPS_pubpropertyUserPropertiesTabLaunchPadIntegrationText

Gets the text displayed for the LaunchPad integration option in the User Extension Properties tab page.

System_CAPS_pubpropertyUserPropertiesTabRemoteAccessIntegrationText

Gets the text displayed for the RemoteAccess integration option in the User Extension Properties tab page.

System_CAPS_pubpropertyUserPropertiesTabShowLaunchPadIntegration

Gets the value indicating whether the LaunchPad integration user interface should be displayed.

System_CAPS_pubpropertyUserPropertiesTabShowRemoteAccessIntegration

Gets the value indicating whether the Remote Access integration user interface should be displayed.

System_CAPS_pubpropertyUserPropertiesTabTitle

Gets the text displayed as the title of User Extension Properties tab page.

System_CAPS_pubpropertyUserPropertiesTabTitleImage

Gets the image that is displayed next to UserPropertiesTabTitle on the User Extension Properties tab page.

NameDescription
System_CAPS_pubmethodAddUserPropertiesAsync(IUserExtensionProperties^, String^)

Asynchronously adds the extension properties for a particular user.

System_CAPS_pubmethodCreateUserExtensionProperties()

Creates a new IUserExtensionProperties object that is used to add the User Extension properties.

System_CAPS_pubmethodDeleteUserPropertiesAsync(String^)

Asynchronously deletes the extension properties for a particular user.

System_CAPS_pubmethodGetAllUserRolesAsync()

Asynchronously gets all the IUserRole objects supported by the user extension.

System_CAPS_pubmethodGetUserPropertiesAsync(String^)

Asynchronously gets the extension properties for a particular user.

System_CAPS_pubmethodUpdateUserPropertiesAsync(IUserExtensionProperties^)

Asynchronously updates the extension properties for a particular user.

System_CAPS_pubmethodValidateUserAliasPropertyAsync(String^, String^)

Asynchronously validates the user email alias property.

NameDescription
System_CAPS_pubeventAddUserPropertiesCompleted

Represents the event that is raised when the AddUserPropertiesAsync method finishes.

System_CAPS_pubeventDeleteUserPropertiesCompleted

Represents the event that is raised when the DeleteUserPropertiesAsync method finishes.

System_CAPS_pubeventGetAllUserRolesCompleted

Represents the event that is raised when the GetAllUserRolesAsync method finishes.

System_CAPS_pubeventGetUserPropertiesCompleted

Represents the event that is raised when the GetUserPropertiesAsync method finishes.

System_CAPS_pubeventUpdateUserPropertiesCompleted

Represents the event that is raised when the UpdateUserPropertiesAsync method finishes.

System_CAPS_pubeventValidateUserAliasPropertyCompleted

Represents the event that is raised when the ValidateUserAliasPropertyAsync method finishes.

Return to top

Community Additions

ADD
Show: