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. Constructor to create the generic object from a term
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Sub New ( _
term As Term, _
isOrphane As Boolean _
)
'Usage
Dim term As Term
Dim isOrphane As Boolean
Dim instance As New TermStoreGenericObject(term, isOrphane)
public TermStoreGenericObject(
Term term,
bool isOrphane
)
Parameters
term
Type: Microsoft.SharePoint.Taxonomy.Termterm
isOrphane
Type: System.Booleanis this term a orphan
See Also
Reference
TermStoreGenericObject Members