SiteDirectoryCategoryNode Constructor
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
Title As String, _
Url As String, _
ID As String, _
ParentID As String _
)
'Usage
Dim Title As String
Dim Url As String
Dim ID As String
Dim ParentID As String
Dim instance As New SiteDirectoryCategoryNode(Title, Url, _
ID, ParentID)
public SiteDirectoryCategoryNode(
string Title,
string Url,
string ID,
string ParentID
)
Parameters
- Title
Type: System.String
- Url
Type: System.String
- ID
Type: System.String
- ParentID
Type: System.String
See Also
Reference
SiteDirectoryCategoryNode Class