Helper.CreatedInRange Method
Include Protected Members
Include Inherited Members
Checks whether a specified list or list item was created within a specific date range.
Overload List
Name | Description | |
---|---|---|
CreatedInRange(WorkflowContext, String, SPItemKey, DateTime, DateTime) | Checks whether a specified list item was created within a specific date range. | |
CreatedInRange(WorkflowContext, String, Int32, DateTime, DateTime) | Retrieves a list of SharePoint Foundation list items that are created within a range of specified dates. |
Top