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
name
Type: System.StringThe name of the ContentIterator instance to initialize.
ciParent
Type: Microsoft.Office.Server.Utilities.ContentIteratorThe parent object of the ContentIterator object to initialize.