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

SPUtility.GetSelectedTimeFromSource method

Retrieves the CalendarTime 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 GetSelectedTimeFromSource(
	HttpRequest request,
	bool useSourceParameter
)

Parameters

request
Type: System.Web.HttpRequest
An object that represents the request context.
useSourceParameter
Type: System.Boolean
true to get the parameter from the source page if necessary.

Return value

Type: System.String
The CalendarTime parameter value from the request context.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.