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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Class SPFieldPageSeparator _
Inherits SPField
'Usage
Dim instance As SPFieldPageSeparator
[SubsetCallableTypeAttribute]
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.