Share via


CommonInfo.GetFlags method

Internal use only.

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

Syntax

'Declaration
Public Shared Sub GetFlags ( _
    info As SerializationInfo, _
    ByRef isPreSubElement As Boolean, _
    ByRef isPostSubElement As Boolean _
)
'Usage
Dim info As SerializationInfo
Dim isPreSubElement As Boolean
Dim isPostSubElement As BooleanCommonInfo.GetFlags(info, isPreSubElement, _
    isPostSubElement)
public static void GetFlags(
    SerializationInfo info,
    ref bool isPreSubElement,
    ref bool isPostSubElement
)

Parameters

See also

Reference

CommonInfo class

CommonInfo members

Microsoft.SharePoint.Deployment namespace