ContentIterator constructor (String)
Initializes a new instance of the ContentIterator class with the specified name.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New ContentIterator(name)
public ContentIterator(
string name
)
Parameters
name
Type: System.StringThe name of the ContentIterator instance to initialize.