Helper.CreatedBy Method
Include Protected Members
Include Inherited Members
Retrieves the name of the creator of a specified list item.
Overload List
Name | Description | |
---|---|---|
CreatedBy(WorkflowContext, String, SPItemKey, String) | Retrieves the name of the creator of a list item and compares it to a specified name. If the values match the method returns true. | |
CreatedBy(WorkflowContext, String, Int32, String) | Finds the creator of the specified SharePoint Foundation list item and compares it to a specified name. |
Top