Skip to main content
A newer version of this page is available. .

UrlAccessSecurityLevelSetting.CreateUriFromCustomRegistration(String) Method

OBSOLETE

Use the DevExpress.Utils.Url.UriCreator.CreateUri method instead.

This API is obsolete now.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.2.dll

Declaration

[Obsolete("Use the DevExpress.Utils.Url.UriCreator.CreateUri method instead.")]
public static Uri CreateUriFromCustomRegistration(
    string path
)

Parameters

Name Type
path String

Returns

Type
Uri
See Also