LookupSPTaskAssignedToDisplayName members
Provides a workflow activity to lookup up a SharePoint task assigned to the specified display names.
The LookupSPTaskAssignedToDisplayName type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupSPTaskAssignedToDisplayName() | Initializes a new instance of the LookupSPTaskAssignedToDisplayName class. | |
LookupSPTaskAssignedToDisplayName(InArgument<Collection<String>>) | Initializes a new instance of the LookupSPTaskAssignedToDisplayName class. |
Top
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) | |
Constraints | (Inherited from Activity.) | |
DisplayName | (Inherited from Activity.) | |
Id | (Inherited from Activity.) | |
Implementation | (Inherited from Activity.) | |
Result | (Inherited from Activity<String>.) | |
ResultType | (Inherited from ActivityWithResult.) | |
Users | Gets or sets the collection of display names for which to lookup an assigned SharePoint task. |
Top
Methods
Name | Description | |
---|---|---|
CacheMetadata | (Inherited from Activity.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ShouldSerializeDisplayName | (Inherited from Activity.) | |
ToString | (Inherited from Activity.) |
Top