ContentIterator Constructor (String, ContentIterator)

Initializes a new instance of the ContentIterator class with the specified name and for the specified parent object.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    ciParent As ContentIterator _
)
'Usage
Dim name As String
Dim ciParent As ContentIterator

Dim instance As New ContentIterator(name, ciParent)
public ContentIterator(
    string name,
    ContentIterator ciParent
)

Parameters

See Also

Reference

ContentIterator Class

ContentIterator Members

ContentIterator Overload

Microsoft.Office.Server.Utilities Namespace