GetJobAttributeNames
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetJobAttributeNamesResult]] getJobAttributeNames([[UserIDBean]] userID) | |
== Description == | == Description == | ||
− | + | Returns the names of all custom job attributes associated with this organization. | |
== Parameters == | == Parameters == | ||
Line 15: | Line 14: | ||
|userID | |userID | ||
|The admin username and password. | |The admin username and password. | ||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetJobAttributeNamesResult]] |
Latest revision as of 01:14, 2 June 2005
Contents |
[edit] Method
GetJobAttributeNamesResult getJobAttributeNames(UserIDBean userID)
[edit] Description
Returns the names of all custom job attributes associated with this organization.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |