Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code. Verifies whether the URL is valid.
Namespace: Microsoft.SharePoint.Taxonomy.OM.CodeBehind
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Protected Sub ValidateHubUrl ( _
source As Object, _
args As ServerValidateEventArgs _
)
'Usage
Dim source As Object
Dim args As ServerValidateEventArgs
Me.ValidateHubUrl(source, args)
protected void ValidateHubUrl(
Object source,
ServerValidateEventArgs args
)
Parameters
source
Type: System.ObjectReserved for internal use.
args
Type: System.Web.UI.WebControls.ServerValidateEventArgsArguments.
See Also
Reference
ManageMetadataServicePage Class