TeamSiteCollection.CreateCollectionItem Method
NOTE: This API is now obsolete.
Note: This API is included for backward compatibility only. It is not intended for use in future application or solution development.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Protected Overrides Function CreateCollectionItem ( _
spSite As Object _
) As Object
'Usage
Dim spSite As Object
Dim returnValue As Object
returnValue = Me.CreateCollectionItem(spSite)
[ObsoleteAttribute]
protected override Object CreateCollectionItem(
Object spSite
)
Parameters
- spSite
Type: System.Object
Return Value
Type: System.Object