SPUtility members
Provides tools for converting date and time formats, for obtaining information from user names, for modifying access to sites, and for various other tasks in managing deployments of Microsoft SharePoint Foundation.
The SPUtility type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContextCompatibilityLevel | Getsthe compatibility level of the context site. | |
ContextControlTemplatesFolder | return versioned controlTemplates folder for the contextSite. if there is no context site, return controlTemplates folder for current major version | |
ContextImagesRoot | Returns the versioned images folder for the contextSite. If there is no context site, returns images folder for current major version. | |
ContextLayoutsFolder | Getsthe versioned layouts folder for the context site. | |
CurrentThemeFolderName | Gets the name of the current theme folder. | |
DefaultSiteIconFileName | ||
DeveloperDashboardIsEnabled | Gets the developer dashboard enabled-status for the current request. | |
IsCompatibilityLevel15Up | ||
LAYOUTS_LATESTVERSION | ||
OriginalServerRelativeRequestPath | In the context of a web request, WSS will sometimes rewrite urls in _layouts and a few other file system directories. This property returns the original path before it was rewritten, which is useful if you need to get the subweb from which a layouts page was loaded. For example, when you open the link /subweb/_layouts/settings.aspx, WSS will rewrite the request url to /_layouts/settings.aspx, which is where the file is actually stored on the filesystem. | |
OriginalServerRelativeRequestUrl | Gets the original URL after the Microsoft SharePoint Foundation server has re-written it. | |
RELATIVE_LAYOUTS_LATESTVERSION |
Top
Methods
Name | Description | |
---|---|---|
AddCellStoragePartition | Obsolete. Adds a new partition mapping for an application to execute cell storage operations. | |
AddDefaultWikiContent | Initializes a wiki library with welcome and help content and sets the root folder welcome name for the list. | |
AllItemsQuery | Obsolete. | |
AlternateServerUrlFromHttpRequestUrl | Returns the outgoing URL for the alternate request URL represented by the specified URI. | |
AutoHyperlinking | Converts URLs and email addresses in a plain text string into hyperlinks in an HTML-encoded string. | |
BinarySearchWithFallback<T> | Performs a binary search of a list for a generic object. If the object is not found in the list, this method finds the zero-based index location in the list at which the generic object should be inserted. | |
ChangeAccountPassword | Changes an account password for the specified SharePoint site. | |
CheckForCustomToolpane | Checks if the Web page is currently using a custom tool pane. For example, if the page is loaded in SharePoint Designer. | |
ConcatUrls | Concatenates two URL strings into one. | |
ConvertDateTimeToJavaScriptTimeStamp | Convert DateTime to JvaScript time stamp (milliseconds since midnight Jan 1, 1970 UTC) | |
ConvertHtmlLinkToWikiLink(String, SPList) | Converts HTML to Wiki tags given an input string and the URL for a list. | |
ConvertHtmlLinkToWikiLink(String, String) | Converts HTML to Wiki tags given an input string and the URL for a folder. | |
ConvertSPRightsToSPBasePermissions | Converts SPRights bit mask into SPBasePermissions bit mask. | |
ConvertWikiLinkToHtmlLink(String, SPList) | Converts Wiki tags to HTML given the URL for a list. | |
ConvertWikiLinkToHtmlLink(String, String) | Converts Wiki tags to HTML given the URL for a folder. | |
CreateDateTimeFromISO8601DateTimeString | Converts the specified ISO 8601 date-time value to a string DateTime format. | |
CreateDateTimeFromSqlString | Converts the specified SQL string (in yyyymmdd hh:mm:ss format) to DateTime format. | |
CreateEmailBodyForInvitation | Returns a string that can be used as the body of an email message that contains a link to a SharePoint Foundation page. | |
CreateISO8601DateTimeFromSystemDateTime | Converts a system DateTime value to ISO8601 DateTime format (yyyy-mm-ddThh:mm:ssZ). | |
CreateNewDiscussion(SPList, String) | Creates a new SPListItem representing a discussion in a specified list. | |
CreateNewDiscussion(SPListItemCollection, String) | Creates a new SPListItem representing a discussion in a specified collection of list items. | |
CreateNewDiscussion_Client | ||
CreateNewDiscussionReply | Creates a new SPListItem representing a reply to another item in a Discussion Board. | |
CreateNewWikiPage | Adds a new Wiki page to a Wiki page library. | |
CreateParentFoldersForFile | Creates a folder hierarchy necessary to create a list item, including the list in which to create the item, as well as an indication whether to create additional list items that correspond to the folders. | |
CreateSystemDateTimeFromXmlDataDateTimeFormat | Converts the date and time value from ISO8601 DateTime format (YYYY-MM-DDTHH:MM:SSZ) to system DateTime format (mm/dd/yyyy hh:mm:ss AM or PM). | |
CreateThreadIndex | Creates a new conversation thread-index from a parent conversation thread-index. | |
CryptSafeEquals | Test two strings for equality in such a way that the execution time of the compare is independent of which bytes in the strings are equal. | |
DetermineRedirectUrl | Helper function that determines a redirection URL, typically for server-side redirects. For example, a redirection that uses SPUtility.Redirect. | |
DoesFieldSupportIsRelationship | Returns a Boolean value that indicates whether a lookup field has relationship features. | |
DumpTypes | Obsolete. | |
EnsureAuthentication() | Determines whether the current user is authenticated, and that a context Web for the current HTTP request exists; otherwise, asks the user to authenticate. | |
EnsureAuthentication(SPWeb) | Determines whether the current user is authenticated, and that the web parameter is not a null reference (Nothing in Visual Basic); otherwise, requests the user to authenticate. | |
EnsureSessionCredentials | Obsolete. | |
EnsureSiteAdminAccess | Determines whether the current user is a site administrator on the specified site and, if not, requests a user name and password, and then opens the Error page for an “access denied” exception so that the user must request access to the site or list from the owner. | |
ExecuteCobaltRequest | Takes a stream which represents an entire Cobalt Request deserializes it and executes it, returning the result as an Atom. Input can be serialized as either FssHttp or FssHttpB (we will detect which you are using) This is the preferred method for executing Cobalt Requests. | |
ExecuteProxyOperation | Called from full trust code running in the Windows SharePoint User Code Service worker process in order to execute an operation that cannot otherwise be performed in the process. This method cannot be called directly by user code. | |
ExecuteRegisteredProxyOperation | Executes an operation that is prevented in the shim in the proxy process of the UserCode service. | |
FastUrlSubsumes(Uri, Uri) | Accepts two server- or service-relative URLs and determines if the subsumer URL is equivalent to the subsumed URL or if it refers to a directory that contains it. | |
FastUrlSubsumes(Uri, Uri, Boolean) | Accepts two server- or service-relative URLs and determines if the subsumer URL is equivalent to the subsumed URL or if it refers to a directory that contains it. | |
FIsFatalException | Returns a Boolean value that indicates whether a specified exception is a fatal exception. | |
FIsProcessCriticalException | Returns a Boolean value that indicates whether a specified exception is a critical exception. | |
FlushIISToken | Invalidates the user token for all application pool accounts. | |
FormatAccountName(String) | Retrieves a concatenated string containing the provider and user values in order, separated by a colon (":"). This method retrieves the concatenated string based only on the user name. | |
FormatAccountName(String, String) | Validates the provider and user string values. If these strings are valid, this method concatenates the provider and user values in order, with a colon (":") between them, and returns the concatenated string. | |
FormatDate | Converts the specified date and time value to an SPDateFormat format. | |
FormatSize | Determines the format size, in megabytes or kilobytes. | |
FormatStringWithListType(String, SPList) | Format a string by inserting the name that corresponds to a list’s SPBaseType. | |
FormatStringWithListType(String, SPList, Boolean) | Format a string by inserting the name that corresponds to a list’s SPBaseType, optionally converting the type name to lowercase. | |
GetAcceptHeaderExtensions | Returns the set of accept headers associated with file extensions defined in the configuration file for a site. | |
GetAccountName | Retrieves an account name, without provider information, given the full username associated with the account. | |
GetAllAuthenticatedUsers | ||
GetAppLicenseDeploymentId | Returns the deployment ID for the SharePoint deployment. | |
GetAppLicenseInformation | Returns a collection of all the app licenses assigned to the current user for the specified app for SharePoint in the given SharePoint deployment. | |
GetBinaryUserId | Returns the binary identifier of the membership account. | |
GetCalendarYearMax | Returns the maximum year that can be represented in calendars. | |
GetCalendarYearMin | Returns the minimum year that can be represented in calendars. | |
GetControlTemplatesFolder | return versioned controlTemplates folder for the specified web. return "_controltemplates/site.CompatibilityLevel" if site.CompatibilityLevel >= 15 otherwise, return "_controltemplates" (when CompatibilityLevel is 14) | |
GetCurrentGenericSetupPath | ||
GetCurrentUserEmailAddresses | Returns a string containing the email address of the current user. | |
GetDefaultCompatibilityLevel | ||
GetDisplayUserName | ||
GetExampleDateFormat | Returns an example of the format that is used for dates in the specified site. | |
GetExpandedWeeks | ||
GetFullNameandEmailfromLogin(SPGlobalAdmin, String, String, String) | Returns the display name and the e-mail address of the user on a server or server farm with the specified user name. | |
GetFullNameandEmailfromLogin(SPWeb, String, String, String) | Returns the display name and the e-mail address of the Web-site user who has the specified user name. | |
GetFullNameFromLogin(SPGlobalAdmin, String) | Returns the display name of the user on a server or server farm with the specified user name. | |
GetFullNameFromLogin(SPSite, String) | Returns the display name of the site user who has the specified user name. | |
GetFullNameFromLoginEx(String, Boolean) | Returns the display name of a user with the specified user name and a Boolean value indicating whether the user object represents a distribution list. | |
GetFullNameFromLoginEx(SPSite, String, Boolean) | Returns the display name of a user on the specified site based on the user name and a Boolean value indicating whether the user object represents a distribution list. | |
GetFullUrl | Returns the absolute Universal Resource Locator (URL) for the specified server-relative URL. | |
GetGenericSetupPath | Obsolete. Retrieves the full local path for the specified subdirectory. | |
GetGuidFromShortGuid | This method is used to decode the "base64url" encoded string (see http://tools.ietf.org/html/rfc4648) back to a normal GUID. | |
GetHtmlTranslateUrlFromExt | Returns the Universal Resource Locator (URL) of a back-end converter program that is used to handle a request when the client computer does not have the Microsoft Office application installed. | |
GetIdentifierFromEmail | Obsolete. Returns the identifier (ID) of the site user based on the specified e-mail address. | |
GetImageUrlWithRevision | ||
GetIncorrectUIVersionMessage | Retrieves a localized string that contains the generic error message to display when a Web Part is added to a site with an incompatible user interface (UI) version. | |
GetLayoutsFolder(SPSite) | Returns the versioned layouts folder for the specified site collection. | |
GetLayoutsFolder(SPWeb) | Returns a versioned layouts folder for the specified site. | |
GetListGuid | Obsolete. Given a string with the list's ID or it's display name, will return the corresponding ID as a GUID for the list in the specified web. | |
GetLocalizedString | Retrieves the value for a named resource string from the resource file for a specified language. | |
GetLoginNameFromEmail | Obsolete. Returns the domain user account of the user based on the specified site collection and e-mail address. | |
GetMarketplaceServiceUrl | Returns the URL to the SharePoint Store. | |
GetMasterPageOverride | If applicable, gets the master page override URL on the current HttpRequest. If one is not specified, return null. | |
GetMimeTypeFromExtension | ||
GetNewIdPrefix | ||
GetNonAdminGlobalSettings | ||
GetNTFullNameandEmailfromLogin(SPGlobalAdmin, String, String, String) | Retrieves the display name and e-mail address that are used in the Windows NT operating system for a specified user on the server or server farm. | |
GetNTFullNameandEmailfromLogin(SPWeb, String, String, String) | Retrieves the display name and e-mail address that are used in the Windows NT operating system for a user on the specified site. | |
GetOfficeStoreAppsDefaultActivation | Indicates if Apps for Office from the marketplace should be activated. | |
GetPageUrlPath | Returns the URL to a page in a specified HTTP context. | |
GetParentControl | Returns the control that is the parent of a specified control. | |
GetPeoplePickerURL | ||
GetPrincipalsInGroup | Gets users or groups that belong to the specified group. The specified group can be a Microsoft Windows security group, an ASP.NET role, or a SharePoint group. | |
GetProviderName | Returns the membership provider portion of a full user name. | |
GetRequestAccess | Obsolete. Returns a Boolean value that indicates whether the current user has access to the specified site or list. | |
GetRoleDefinitionFromLegacyWebGroupId | Gets the role definition for the web group with the specified ID from the specified collection of role definitions. | |
GetSelectedDate | Retrieves the CalendarDate parameter value from the request context. | |
GetSelectedDateFromSource | Retrieves the CalendarDate parameter value from the request context, optionally using the source page if necessary. | |
GetSelectedTime | Retrieves the CalendarTime parameter value from the request context. | |
GetSelectedTimeFromSource | Retrieves the CalendarTime parameter value from the request context, optionally using the source page if necessary. | |
GetServerFileRedirectForLinking | ||
GetServerNow | Returns in Coordinated Universal Time (UTC) the current date and time used on the database server for the specified site. | |
GetServerRelativeUrlFromPrefixedUrl | Converts a URL prefixed with "~site/" or "~sitecollection/" into a server-relative URL. | |
GetShortGuid | This method is used to encode a shorter "Guid" string using bases64url format (see http://tools.ietf.org/html/rfc4648). | |
GetShortId | ||
GetSPListFromName(SPWeb, Guid, String, String, String) | Retrieves the specified SharePoint list without specifying the associated SPContext object. | |
GetSPListFromName(SPContext, SPWeb, Guid, String, String, String) | Retrieves the specified SharePoint list. | |
GetThemedImageUrl | Gets the path to the themed version of an image, if applicable. If the current web is not themed or there is no context web, the original URL is returned. Furthermore, if originalUrl or themeKey is null or empty, the originalUrl is always returned. | |
GetTimeSpanFromTimeZone | Retrieves a TimeSpan object that represents the difference in time between Coordinated Universal Time (UTC) and the time zone that is local to the SharePoint Web site. | |
GetTopEntitlement | Among a collection of licenses for the same app, finds the most prevailing one. | |
GetUploadedSolutionOp | Retrieves the solution operation (op) code for a newly uploaded solution. | |
GetUrlDirectory | Returns the directory-path part of the URL. | |
GetUrlFileName | Returns the filename part of the URL. | |
GetUserKeyFromUserName | Gets the user stable identifier, user key, from the userName. | |
GetV3SecurePassword | Returns a secure string that contains the password for a process identity. | |
GetVersionedGenericSetupPath | ||
GetVersionedLocalizedString15 | Generates a localized form of a given xml fragment, given the appropriate LCID and default token file reference | |
GetViewType | Retrieves one of the calendar parameters from the request context. | |
GetWebContentIndexingTimestamps | ||
GetWebLayoutsFolder | returns web.Url/_layouts/rmj/ | |
GregorianISOToIntlISODate | Converts the specified date from the International Organization for Standardization (ISO) Gregorian format to the ISO International format. | |
GuessLoginNameFromEmail | Obsolete. Returns the domain user account of the user based on the specified e-mail address. | |
HandleAccessDenied | Handles access denied exceptions. | |
HasSharedAccess | Implementation of HasSharedAccess | |
HexStringToByteArray | Converts a hex string like "0x1234abcd" to the byte array that it represents. | |
HexStringToLong | Converts the specified hexadecimal value to a long value. | |
HtmlTransProgID | ||
ImportAppLicense | Imports the specified test license into the specified SharePoint deployment for app testing purposes. | |
IsBuiltInFieldDisallowingUniqueness | Returns a Boolean value that indicates whether a field is one of the special system fields that are not allowed to have the EnforceUniqueValues property set to false. | |
IsClientValid | Determines whether or not we should stop processing the current request. | |
IsCurrentUserSiteAuditor | ||
IsDesignTimeRender | Indicates whether the current request is run in a design-time context. Usually this is because a Web service call is made by a Microsoft SharePoint Foundation-compatible editor, for example Microsoft SharePoint Designer 2010. | |
IsEastAsia | Determines whether the specified Locale ID (LCID) for the specified website is for an East Asia language. | |
IsEmailFollowLinkEnabled | check if content following is enabled on a document library | |
IsEmailServerSet | Returns a Boolean value that specifies whether an e-mail server has been set for the site. | |
IsInitialContentForStartPage | Returns whether the content presently being loaded is the initial content for a start page. | |
IsLoginValid(SPGlobalAdmin, String) | Uses the specified global administration object to determine whether the specified user name is valid. | |
IsLoginValid(SPSite, String) | Uses the specified site collection to determine whether the specified user name is valid. | |
IsLoginValid(SPGlobalAdmin, String, Boolean) | Uses the specified global administration object to determine whether the specified user name is valid and whether it corresponds to a user account. | |
IsRightToLeft | Determines if the language specified by the locale identifier (LCID) is a right-to-left language. | |
IsSaveConflictException | Determines whether the exception is a save conflict exception. | |
IsSearchRequest | Determines whether the request comes from SharePoint Search. | |
IsSetupPathVersioned | if strSubdir starts with "template\", but not "template\admin\" or "template\sql\", return true. else, return false. | |
IsUplevelBrowser | Returns a Boolean value that indicates whether the version of the browser is later than Internet Explorer 5.0 or Netscape Navigator 6.0, based on the HTTP context of the request. | |
IsUserLicensedForEntityInContext | Checks if the currently logged in user has the proper license to access the specified entity. | |
IsValidStringInput | Determines whether the specified text is in a valid format as specified by a regular expression. | |
LocalizeWebPartGallery | ||
LogCustomAppError | Logs the specified custom error for the app instance. | |
LogCustomRemoteAppError | Logs the specified custom error for the app instance. | |
MakeBrowserCacheSafeLayoutsUrl(String, Boolean) | Returns a new URL that will not be cached by the browser when the associated file changes. The file name must be relative to the layouts directory in the file system. For example, if an URL contains "layouts/images" it is relative to the layouts directory but the images directory is not under the layouts directory in the file system and therefore it cannot be used with this method. | |
MakeBrowserCacheSafeLayoutsUrl(String, Boolean, Int32) | ||
MakeBrowserCacheSafeScriptResourceUrl | Generates a new URL that is safe for the browser to use to cache the resource content. If the resource content was changed on the server, the URL that this method retrieves is changed to ensure that the stale browser cache is not used. | |
MapToApp | ||
MapToControl | Returns the name of the control that can edit the specified file, including the website that contains the file and the ID of the program that created the file. | |
MapToIcon(SPWeb, String, String) | Returns the name of the image file for the icon that is used to represent the specified file. | |
MapToIcon(SPWeb, String, String, IconSize) | Returns the name of the image file for the icon that is used to represent the specified file. | |
MapToServerFileRedirect(SPWeb, String, String) | Returns the redirection URL for the file. | |
MapToServerFileRedirect(SPWeb, String, String, Int32) | Returns the redirection URL for the file or for its versions. | |
MapWebToIcon | Maps a Web-site to a corresponding image and tooltip based on the template and configuration identifier for the site. | |
MapWebURLToVirtualServerURL | Returns the absolute Universal Resource Locator (URL) for the virtual server that contains the specified site. | |
MarkDiscussionAsFeatured | Given a discussion board topic, this function will elevate privileges and change the IsFeatured field of the discussion | |
ObjectToGuid | Converts an object to a Guid structure. | |
ParseDate(SPWeb, String, SPDateFormat, Boolean) | Creates a System.DateTime object from the specified strings containing date and time values. | |
ParseDate(SPWeb, String, String, Boolean) | Creates a System.DateTime object from the specified strings containing date and time values. | |
ParseSqlType | Obsolete. Converts the string representation of a SqlDbType enumeration value to a SqlDbType enumeration value. | |
ProvisionWikiPageHomePageWithSiteFeed | Provision site home page with the SiteFeed webpart | |
RebaseUri | Takes an old Url base, a new Url base and replaces old with new in the original URL. | |
Redirect(String, SPRedirectFlags, HttpContext) | Handles the redirection of an HTTP request. | |
Redirect(String, SPRedirectFlags, HttpContext, String) | Handles the redirection of an HTTP request. This method allows for the optional specification of an encoded query string to be added to the URL. | |
RedirectToErrorPage | ||
RedirectValidate(String, SPWeb) | Determines whether a URL is suitable for redirection by verifying that it is either relative or resides within the current Web server or portal server within the current Web application. | |
RedirectValidate(String, HttpContext) | Determines whether a URL is suitable for redirection by verifying that it is either relative or resides within the current Web server or portal server. | |
RemoveRevisionFromImageUrl | ||
ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls(String) | Converts the specified relative URL with an embedded prefix to a server-relative URL and specifies the server URL. | |
ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls(String, Boolean) | Converts the specified relative URL with an embedded prefix to a server-relative URL and optionally encodes the site prefix. | |
ResolvePrincipal(SPWebApplication, Nullable<SPUrlZone>, String, SPPrincipalType, SPPrincipalSource, Boolean) | Resolves principal information into an SPPrincipalInfo object. | |
ResolvePrincipal(SPWeb, String, SPPrincipalType, SPPrincipalSource, SPUserCollection, Boolean) | Resolves principal information into an SPPrincipalInfo object. | |
ResolvePrincipal_Client | ||
ResolveWindowsPrincipal(SPWebApplication, String, SPPrincipalType, Boolean) | Resolves user information (such as email address or display name) into an SPPrincipalInfo object for Windows account. | |
ResolveWindowsPrincipal(SPWeb, SPWebApplication, String, SPPrincipalType, Boolean) | Resolves user information (such as email address or display name) into an SPPrincipalInfo object for Windows account. | |
SearchPrincipals(SPWebApplication, Nullable<SPUrlZone>, String, SPPrincipalType, SPPrincipalSource, Int32, Boolean) | ||
SearchPrincipals(SPWeb, String, SPPrincipalType, SPPrincipalSource, SPUserCollection, Int32, Boolean) | ||
SearchWindowsPrincipals | ||
SendAccessDeniedHeader | Requests a user name and password, and then opens the Error page for an access denied exception so that the user must request access to the site or list from the owner. | |
SendEmail(SPWeb, StringDictionary, String) | Sends an e-mail message. | |
SendEmail(SPWeb, StringDictionary, String, Boolean) | Sends the e-mail message to the specified address. | |
SendEmail(SPWeb, Boolean, Boolean, String, String, String) | Sends an e-mail message. | |
SendEmail(SPWeb, Boolean, Boolean, String, String, String, Boolean) | Sends the e-mail message to the specified address. | |
SendRequestAccessToOwner | Sends a request for access in an e-mail message to the owner of the list or site. | |
SendUpgradeAvailableNotification | Sends upgrade available emails to site administrators. | |
SetEmailFollowLinkEnabled | set whether content following should be enabled on a document library | |
SetEventReceiverToSynchronous | Set all registrations of the given event receiver to synchronous. | |
SetThreadCulture(SPWeb) | Sets the thread and user interface (UI) culture based on the values of the LocaleId property and the PreferredDisplayLanguages property, respectively, for the current user. If the current user cannot be determined, the culture is set based on the value of the Locale property and language on the value of the Language property. | |
SetThreadCulture(CultureInfo, CultureInfo) | Sets the thread and user interface (UI) culture, based upon the current culture of the thread and the current culture of the UI. | |
ShouldUpdateHomePageWithSiteFeed | ||
StopRequestIfClientIsNotValid | Stops processing the current request if the request is no longer valid. | |
StringToUInt64 | Converts the specified text value to a 64-bit unsigned integer. | |
TestVss | Obsolete. We needed this method in O12 to do VSS CIT. We no longer need it now because the VSS CIT does reflection to call the internal methods. | |
TimeDeltaAsString | Returns the difference between two specified DateTime values as a string. | |
TransferToErrorPage(String) | Transfers the request to a Microsoft SharePoint Foundation error page. | |
TransferToErrorPage(String, String, String) | Transfers the request to a Microsoft SharePoint Foundation error page. | |
TransferToSuccessPage(String) | Transfers the request to a Microsoft SharePoint Foundation success page. | |
TransferToSuccessPage(String, String, String, String) | Transfers the request to a Microsoft SharePoint Foundation success page. | |
TransferToSuccessPage(String, String, String, String, String, Boolean) | Perform a server transfer to the operation success page | |
TryGetLanguageAndRegionSettingsEditorUrl | Helper method that will perform the following logic to get the language and region settings URL: If usersettingsprovider exists, is valid, and a user is supplied, get the URI form the provider. Else get the local site user regional settings page. This method encapsulates logic used in various locations throughout Sharepoint to get to a viable Language and Region editor. | |
TryGetStringFromBinaryUserId | Tries to extract a string from the binary user identifier and returns it. | |
UnmarkDiscussionAsFeatured | ||
UrlSubsumes | A helper method that determines whether a URL subsumes the other and if so, returns an index | |
ValidateDatabaseConnectionString | Obsolete. Validates the connection string for the content database or the configuration database. | |
ValidateFormDigest | Validates the form digest control that is used in the current request. |
Top
Fields
Name | Description | |
---|---|---|
AccessDeniedPage | Contains the name of the “access denie”d page. | |
AppPrincipalQueryParameter | ||
AppSourceRedirectPageName | ||
AppTitleQueryParameter | ||
AuthenticatePage | Contains the name of the authenticate page. | |
CompatibilityLevel15 | ||
ConfirmationPageId | Contains a query string parameter for the confirmation page ID. | |
ConfirmationPageText | Contains a query string parameter for the confirmation page text. | |
CustomXslAttribute | Contains a query string parameter for the custom XSL attribute. | |
DEFAULT_ROOTWEB_MASTERPAGE_GALLERY_URL | ||
ErrorCorrelationId | Contains a query string parameter for the ID of the error correlation. | |
ErrorHelpKey | Contains a query string parameter for the key of the error help. | |
ErrorHelpLinkText | Contains a query string parameter for the text of the error help link. | |
ErrorID | Contains a query string parameter for the ID of the error. | |
ErrorIsDetailsShown | ||
ErrorLinkNavigateUrl | Contains a query string parameter for the navigate URL of the error link. | |
ErrorLinkTextID | Contains a query string parameter for the text ID of the error link. | |
ErrorPage | Contains a query string parameter for the name of the error page. | |
ErrorText | Contains a query string parameter for the error text of the error link. | |
ErrorTitle | ||
IEditableSiteMapProviderEditMode | ||
IEditableSiteMapProviderRequireDataRefresh | ||
IEditableSiteMapProviderStartingNodeUrl | ||
ImagesVersion | ||
ImagesVersionStr | ||
MaxLeafNameLength | Indicates the maximum number of characters that can be used in the name of a file or folder. | |
MaxUserAccountNameLength | Contains the maximum length of the account name of the user. | |
MaxUserLogonLength | Contains the maximum length of the logon name of the user. | |
PostSourceUriQueryParameter | ||
RequestHdrNoLinkOnErrPage | Contains a query string parameter for the no links on the error page. | |
SiteRelativeUrlPrefix | The value of this string is ~sitecollection/. | |
SourceQueryParameter | ||
strTRUE | Contains a query string parameter to represent true. | |
SuccessPage | Contains the name of the success page. | |
WebRelativeUrlPrefix | The value of this string is ~site/. |
Top