Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.GetSelectedDateFromSource method

Retrieves the CalendarDate parameter value from the request context, optionally using the source page if necessary.

Namespace:  Microsoft.SharePoint.Utilities
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.

Return value

Type: System.String
The CalendarDate parameter value from the request context.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.