• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Workflow Studio Developer Network

EnableDisableUser

EnableDisableUser

Enables or disables an Active Directory user account.

Properties

EnableAccount
Type: System.String
Specifies whether to enable (True) or disable (False) the user account. You can also bind this parameter to a conditional.

UserPath
Type: System.String
Specifies, through the 'Select User' dialog, the LDAP or WinNT path to the user to be enabled or disabled. This parameter is ignored if 'Input User' is supplied.

UserName
Type: System.String
Specifies the CN (common name) of the user to be enabled or disabled. You must also specify 'User Domain'. This parameter is ignored if 'Input User' or 'User Path' is supplied.

UserDomain
Type: System.String
Specifies the DNS name of the domain to find the user to be enabled or disabled. You must also specify 'User Name'. This parameter is ignored if 'Input User' is supplied.

InputUser
Type: System.Object
Specifies the user's .Net DirectoryEntry object that will be enabled or disabled. This parameter takes precedence over the user path and domain/name parameters.

OutputUser
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.DirectoryObject
Contains the .Net DirectoryEntry object for the user that was enabled or disabled. This is a read-only output parameter.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links