SPSiteSubscriptionSettingsObject.StoreObject method

Stores the XML representation of the current object.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected MustOverride Sub StoreObject ( _
    xmlData As String _
)
'Usage
Dim xmlData As String

Me.StoreObject(xmlData)
protected abstract void StoreObject(
    string xmlData
)

Parameters

  • xmlData
    Type: System.String

    The XML representation of the object.

See also

Reference

SPSiteSubscriptionSettingsObject class

SPSiteSubscriptionSettingsObject members

Microsoft.SharePoint namespace