SPFieldPageSeparator class

Represents a field that is used to insert a page break in a survey list.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldPageSeparator

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

Syntax

'Declaration
Public Class SPFieldPageSeparator _
    Inherits SPField
'Usage
Dim instance As SPFieldPageSeparator
public class SPFieldPageSeparator : SPField

Remarks

The SPFieldPageSeparator field is implemented when you select Page Separator (inserts a page break into your survey) on the New Question page for adding survey questions.

If you set properties of the SPFieldPageSeparator class you must call the Update method for changes to take effect in the database.

The SPFieldPageSeparator class corresponds to the PageSeparator data type that is specified through the Type attribute of the Field element.

Note

Windows SharePoint Services 3.0 does not support inheriting from this class.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPFieldPageSeparator members

Microsoft.SharePoint namespace