• 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

GetADObject

GetADObject

Returns the specified Active Directory object, if it exists, as a .NET DirectoryEntry object. Find the object by domain and name, or by path. For objects of type computer, see also the 'Get Computers' activity.

Properties

ObjectType
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.ADObjectType
Specifies the type of the AD Object to be retrieved. Defaults to 'User'.

ObjectPath
Type: System.String
Specifies, through the 'Select User, Computer, or Group' dialog, the LDAP or WinNT path to the AD Object to be retrieved.

ObjectName
Type: System.String
Specifies the CN (common name) of the AD Object to be retrieved. You must also specify 'Object Domain'. This parameter is ignored if the 'Object Path' is supplied.

ObjectDomain
Type: System.String
Specifies the DNS name of the domain to retrieve the AD Object. You must also specify 'Object Domain'. This parameter is ignored if 'Object Path' is supplied.

OutputObject
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.DirectoryObject
Contains the .Net DirectoryEntry object for the retrieved AD object. 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