new ArchActionFindUsersById(coreFindUsersByIdActionViewModel)
The Architect Scripting class that represents the Find Users By Id action.
Instances of this action should be created by calling ArchFactoryActions#addActionFindUsersById
Parameters:
| Name | Type | Description |
|---|---|---|
coreFindUsersByIdActionViewModel |
Object | ( Internal ) an Architect core Find Users By Id action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionFindUsersById'.
-
readonly displayTypeName :string
-
Returns the display type name string 'ArchBaseActionFindSystemObject'.
-
readonly findIds :ArchValueStringCollection
-
The identifiers to look up. While the identifiers to look up are always in a string collection, inheriting Find action classes will provide the context of the identifiers. For example, for the
ArchActionFindUsersByIdthis would be a string collection of user identifiers of the users that you wish to look up at runtime.- Inherited From:
-
readonly findResult :ArchValueUserCollection
-
The value that holds the result of the find users by identifier lookup at runtime. Remember at runtime the contents of this array will correspond one to one for the user identifier strings that are submitted in the
ArchBaseActionFindSystemObjectsById#findIdsproperty. -
readonly isArchActionFindUsersById :boolean
-
Returns true indicating that this is an ArchActionFindUsersById instance.
-
readonly isArchBaseActionFindSystemObjectsById :boolean
-
Returns true indicating that this is an ArchBaseActionFindSystemObject instance.