SPUtility.GetSelectedDateFromSource method
SharePoint 2013
Retrieves the CalendarDate parameter value from the request context, optionally using the source page if necessary.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)] public static string GetSelectedDateFromSource( HttpRequest request, SPWeb web, bool useSourceParameter )
Parameters
- request
- Type: System.Web.HttpRequest
An object that represents the request context.
- web
- Type: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the SharePoint Foundation Web site with which the request context is associated.
- useSourceParameter
- Type: System.Boolean
true to get the parameter from the source page if necessary.
The value returned is the CalendarDate parameter from the collection of form variables. If there is no CalendarDate parameter in the form collection, the method returns the CalendarDate parameter from the query string. If the parameter is not in the query string, the method returns the CalendarDate from the source page.