WikiEditPage Members
Include Protected Members
Include Inherited Members
Represents the WebPartPage that enables the user to view and edit the wiki content.
The WikiEditPage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WikiEditPage | Initializes a new instance of the WikiEditPage class. |
Top
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) | |
Application | (Inherited from Page.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
AppRelativeVirtualPath | (Inherited from TemplateControl.) | |
AspCompatMode | (Inherited from Page.) | |
AsyncMode | (Inherited from Page.) | |
AsyncTimeout | (Inherited from Page.) | |
AutoHandlers | Obsolete. (Inherited from TemplateControl.) | |
AutoPostBackControl | (Inherited from Page.) | |
BindingContainer | (Inherited from Control.) | |
Buffer | (Inherited from Page.) | |
Cache | (Inherited from Page.) | |
ChildControlsCreated | (Inherited from Control.) | |
ClientID | (Inherited from Control.) | |
ClientIDSeparator | (Inherited from Control.) | |
ClientQueryString | (Inherited from Page.) | |
ClientScript | (Inherited from Page.) | |
ClientTarget | (Inherited from Page.) | |
CodePage | (Inherited from Page.) | |
ContentType | (Inherited from Page.) | |
Context | (Inherited from Page.) | |
Controls | (Inherited from Control.) | |
Culture | (Inherited from Page.) | |
DesignMode | (Inherited from Control.) | |
EnableEventValidation | (Inherited from Page.) | |
EnableTheming | (Inherited from TemplateControl.) | |
EnableViewState | (Inherited from Page.) | |
EnableViewStateMac | (Inherited from Page.) | |
ErrorPage | (Inherited from Page.) | |
Events | (Inherited from Control.) | |
FileDependencies | Obsolete. (Inherited from Page.) | |
Form | (Inherited from Page.) | |
HasChildViewState | (Inherited from Control.) | |
Header | (Inherited from Page.) | |
ID | (Inherited from Page.) | |
IdSeparator | (Inherited from Page.) | |
IsAsync | (Inherited from Page.) | |
IsCallback | (Inherited from Page.) | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsCrossPagePostBack | (Inherited from Page.) | |
IsPostBack | (Inherited from Page.) | |
IsPostBackEventControlRegistered | (Inherited from Page.) | |
IsReusable | (Inherited from Page.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsValid | (Inherited from Page.) | |
IsViewStateEnabled | (Inherited from Control.) | |
Items | (Inherited from Page.) | |
LCID | (Inherited from Page.) | |
LoadViewStateByID | (Inherited from Control.) | |
MaintainScrollPositionOnPostBack | (Inherited from Page.) | |
Master | (Inherited from Page.) | |
MasterPageFile | (Inherited from Page.) | |
MaxPageStateFieldLength | (Inherited from Page.) | |
NamingContainer | (Inherited from Control.) | |
Page | (Inherited from Control.) | |
PageAdapter | (Inherited from Page.) | |
PageStatePersister | (Inherited from Page.) | |
Parent | (Inherited from Control.) | |
PreviousPage | (Inherited from Page.) | |
Request | (Inherited from Page.) | |
Response | (Inherited from Page.) | |
ResponseEncoding | (Inherited from Page.) | |
Server | (Inherited from Page.) | |
Session | (Inherited from Page.) | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from Control.) | |
SmartNavigation | Obsolete. (Inherited from Page.) | |
StyleSheetTheme | (Inherited from Page.) | |
SupportAutoEvents | (Inherited from TemplateControl.) | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
Theme | (Inherited from Page.) | |
Title | (Inherited from Page.) | |
Trace | (Inherited from Page.) | |
TraceEnabled | (Inherited from Page.) | |
TraceModeValue | (Inherited from Page.) | |
TransactionMode | (Inherited from Page.) | |
UICulture | (Inherited from Page.) | |
UniqueFilePathSuffix | (Inherited from Page.) | |
UniqueID | (Inherited from Control.) | |
User | (Inherited from Page.) | |
Validators | (Inherited from Page.) | |
ViewState | (Inherited from Control.) | |
ViewStateEncryptionMode | (Inherited from Page.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
ViewStateUserKey | (Inherited from Page.) | |
Visible | (Inherited from Page.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
AbortTransaction | (Inherited from TemplateControl.) | |
CommitTransaction | (Inherited from TemplateControl.) | |
DataBinding | (Inherited from Control.) | |
Disposed | (Inherited from Control.) | |
Error | (Inherited from TemplateControl.) | |
Init | (Inherited from Control.) | |
InitComplete | (Inherited from Page.) | |
Load | (Inherited from Control.) | |
LoadComplete | (Inherited from Page.) | |
PreInit | (Inherited from Page.) | |
PreLoad | (Inherited from Page.) | |
PreRender | (Inherited from Control.) | |
PreRenderComplete | (Inherited from Page.) | |
SaveStateComplete | (Inherited from Page.) | |
Saving | Occurs when the wiki page starts to save changes. | |
Unload | (Inherited from Control.) |
Top
Fields
Name | Description | |
---|---|---|
btnWikiEdit | Represents the SPRibbonButton, which makes the wiki page ready for editing. | |
btnWikiRevert | Represents the SPRibbonButton, which stops wiki page editing without saving changes. | |
btnWikiSave | Represents the SPRibbonButton, which saves changes and stops wiki page editing. | |
PageFolderName | Represents the FormComponent that is used to navigate to the parent folder or parent list of the current page. | |
PlaceHolderWebDescription | Represents the PlaceHolder that is used to show the description of the current SPWeb. | |
updatePanel | Represents the UpdatePanel used to update the wiki content without a postback. | |
WikiField | Represents the FormField which is bound to the wiki content of the current page. | |
WikiMiniConsole | Represents a mini console menu on the top of the wiki field to enable the user to manipulate the wiki page. | |
wikiPageNameDisplay | Represents the Control used to display the name of the page. | |
wikiPageNameEdit | Represents the container for the TextBox used to edit the name of the page. | |
wikiPageNameEditTextBox | Represents the TextBox used to edit the name of the page. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IParserAccessor.AddParsedSubObject | (Inherited from Control.) | |
IFilterResolutionService.CompareFilters | (Inherited from TemplateControl.) | |
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) | |
IDataBindingsAccessor.DataBindings | (Inherited from Control.) | |
IFilterResolutionService.EvaluateFilter | (Inherited from TemplateControl.) | |
IExpressionsAccessor.Expressions | (Inherited from Control.) | |
IControlDesignerAccessor.GetDesignModeState | (Inherited from Control.) | |
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) | |
IExpressionsAccessor.HasExpressions | (Inherited from Control.) | |
IControlDesignerAccessor.SetDesignModeState | (Inherited from Control.) | |
IControlDesignerAccessor.SetOwnerControl | (Inherited from Control.) | |
IControlDesignerAccessor.UserData | (Inherited from Control.) |
Top