DocumentWriter Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents a non visual component used to configure Content Studio Editing templates.
Inheritance Hierarchy

SystemObject
  System.Web.UIControl
    ContentStudio.Site.ControlsDocumentWriter

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class DocumentWriter : Control

The DocumentWriter type exposes the following members.

Constructors

  NameDescription
Public methodDocumentWriter
Initializes a new instance of the DocumentWriter class.
Top
Properties

  NameDescription
Protected propertyAdapter (Inherited from Control.)
Public propertyAjaxPostBackIsUsed
If ASP.Net ajax is used this setting should be set to true.
Public propertyAppRelativeTemplateSourceDirectory (Inherited from Control.)
Public propertyBindingContainer (Inherited from Control.)
Public propertyCategoryId
Gets or sets a value that determines the default category to store ept-data in if no category is specified in the querystring.
Public propertyCheckinOperationModeForChangedDocuments
Gets or sets a value that determines how to handle check in operations of changed documents.
Public propertyCheckinOperationModeForUnchangedDocuments
Gets or sets a value that determines how to handle check in operations of unchanged documents.
Public propertyCheckoutOperationMode
Gets or sets a value that determines how to handle checkout operations on existing documents.
Protected propertyChildControlsCreated (Inherited from Control.)
Public propertyClientID (Inherited from Control.)
Protected propertyClientIDSeparator (Inherited from Control.)
Protected propertyContext (Inherited from Control.)
Public propertyControls (Inherited from Control.)
Protected propertyDesignMode (Inherited from Control.)
Public propertyDetermineModificationOutsideEnvironment
Gets or sets a value that determines whether the document is modified outside the environment.
Public propertyDisableSaveCheckinCheckoutOperationEventsOnPostBack
If postback is used within an edit template, the postback will trigger save/checkin/checkout operations. You can disable theese operations on post back by enable this setting.
Public propertyEnableEditing
Gets or sets a value that determines whether editing of existing documents is allowed.
Public propertyEnableTheming (Inherited from Control.)
Public propertyEnableViewState (Inherited from Control.)
Protected propertyEvents (Inherited from Control.)
Protected propertyHasChildViewState (Inherited from Control.)
Public propertyID (Inherited from Control.)
Protected propertyIdSeparator (Inherited from Control.)
Protected propertyIsChildControlStateCleared (Inherited from Control.)
Protected propertyIsTrackingViewState (Inherited from Control.)
Protected propertyIsViewStateEnabled (Inherited from Control.)
Protected propertyLoadViewStateByID (Inherited from Control.)
Public propertyNamingContainer (Inherited from Control.)
Public propertyCode exampleOnBeforeDocumentApprovedFunction
Gets or sets code to call a client side script function that that executes just before that the document is approved.
Public propertyCode exampleOnBeforeDocumentCheckedinFunction
Gets or sets code to call a client side script function that that executes just before that the document is checked in.
Public propertyCode exampleOnBeforeDocumentCheckedoutFunction
Gets or sets code to call a client side script function that that executes just before that the document is checked out.
Public propertyCode exampleOnBeforeDocumentCreatedFunction
Gets or sets code to call a client side script function that that executes just before that the document is created.
Public propertyCode exampleOnBeforeDocumentDeletedFunction
Gets or sets code to call a client side script function that that executes just before that the document is deleted.
Public propertyCode exampleOnBeforeDocumentPreviewedFunction
Gets or sets code to call a client side script function that that executes just before that the document is being previewed.
Public propertyCode exampleOnBeforeDocumentRejectedFunction
Gets or sets code to call a client side script function that that executes just before that the document is rejected.
Public propertyCode exampleOnBeforeDocumentSavedFunction
Gets or sets code to call a client side script function that that executes just before that the document is saved.
Public propertyCode exampleOnBeforeDocumentSentForVersioningFunction
Gets or sets code to call a client side script function that that executes just before that user sends the document for versioning.
Public propertyCode exampleOnBeforePageLoadedFunction
Gets or sets code to call a client side script function that that executes just before that the page is loaded.
Public propertyCode exampleOnBeforeUserActionPerformedFunction
Gets or sets code to call a client side script function that that executes just before that the user performs a workflow action.
Public propertyCode exampleOnDocumentApprovedFunction
Gets or sets code to call a client side script function that that executes when the document has beed approved.
Public propertyCode exampleOnDocumentCheckedinFunction
Gets or sets code to call a client side script function that that executes when the document has beed checked in.
Public propertyCode exampleOnDocumentCheckedoutFunction
Gets or sets code to call a client side script function that that executes when the document has beed checked out.
Public propertyCode exampleOnDocumentCreatedFunction
Gets or sets code to call a client side script function that that executes when the document has beed created.
Public propertyCode exampleOnDocumentDeletedFunction
Gets or sets code to call a client side script function that that executes when the document has beed deleted (placed in the recycling bin).
Public propertyCode exampleOnDocumentRejectedFunction
Gets or sets code to call a client side script function that that executes when the document has beed rejected.
Public propertyCode exampleOnDocumentSavedFunction
Gets or sets code to call a client side script function that that executes when the document has beed saved.
Public propertyOnDocumentSentForVersioningFunction
Gets or sets code to call a client side script function that that executes when a document has been sent for versioning.
Public propertyCode exampleOnPageLoadedFunction
Gets or sets code to call a client side script function that that executes when the document has been loaded.
Public propertyCode exampleOnUserActionPerformedFunction
Gets or sets code to call a client side script function that that executes when a workflow user action has been performed.
Public propertyPage (Inherited from Control.)
Public propertyParent (Inherited from Control.)
Public propertySaveOperationModeForChangedDocuments
Gets or sets a value that determines how to handle save operations of changed documents.
Public propertySaveOperationModeForUnchangedDocuments
Gets or sets a value that determines how to handle save operations of unchanged documents.
Public propertySaveState
Gets or sets a value that determines how to save operations will be carried out.
Public propertySite (Inherited from Control.)
Public propertySkinID (Inherited from Control.)
Public propertyTemplateControl (Inherited from Control.)
Public propertyTemplateSourceDirectory (Inherited from Control.)
Public propertyUniqueID (Inherited from Control.)
Protected propertyViewState (Inherited from Control.)
Protected propertyViewStateIgnoresCase (Inherited from Control.)
Public propertyVisible (Inherited from Control.)
Top
Methods

  NameDescription
Protected methodAddedControl (Inherited from Control.)
Protected methodAddParsedSubObject (Inherited from Control.)
Public methodApplyStyleSheetSkin (Inherited from Control.)
Protected methodBuildProfileTree (Inherited from Control.)
Protected methodClearChildControlState (Inherited from Control.)
Protected methodClearChildState (Inherited from Control.)
Protected methodClearChildViewState (Inherited from Control.)
Protected methodCreateChildControls (Inherited from Control.)
Protected methodCreateControlCollection (Inherited from Control.)
Public methodDataBind (Inherited from Control.)
Protected methodDataBind(Boolean) (Inherited from Control.)
Protected methodDataBindChildren (Inherited from Control.)
Public methodDispose (Inherited from Control.)
Protected methodEnsureChildControls (Inherited from Control.)
Protected methodEnsureID (Inherited from Control.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindControl(String) (Inherited from Control.)
Protected methodFindControl(String, Int32) (Inherited from Control.)
Public methodFocus (Inherited from Control.)
Public methodStatic memberGetCurrent
Gets the DocumentWriter on a specific Page.
Protected methodGetDesignModeState (Inherited from Control.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasControls (Inherited from Control.)
Protected methodHasEvents (Inherited from Control.)
Protected methodIsLiteralContent (Inherited from Control.)
Protected methodLoadControlState (Inherited from Control.)
Protected methodLoadViewState (Inherited from Control.)
Protected methodMapPathSecure (Inherited from Control.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnBubbleEvent (Inherited from Control.)
Protected methodOnDataBinding (Inherited from Control.)
Protected methodOnInit (Inherited from Control.)
Protected methodOnLoad
Raises the Init event.
(Overrides ControlOnLoad(EventArgs).)
Protected methodOnPreRender (Inherited from Control.)
Protected methodOnUnload (Inherited from Control.)
Protected methodOpenFile (Inherited from Control.)
Protected methodRaiseBubbleEvent (Inherited from Control.)
Protected methodRemovedControl (Inherited from Control.)
Protected methodRender
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Overrides ControlRender(HtmlTextWriter).)
Protected methodRenderChildren (Inherited from Control.)
Public methodRenderControl(HtmlTextWriter) (Inherited from Control.)
Protected methodRenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Protected methodResolveAdapter (Inherited from Control.)
Public methodResolveClientUrl (Inherited from Control.)
Public methodResolveUrl (Inherited from Control.)
Protected methodSaveControlState (Inherited from Control.)
Protected methodSaveViewState (Inherited from Control.)
Protected methodSetDesignModeState (Inherited from Control.)
Public methodSetRenderMethodDelegate (Inherited from Control.)
Public methodToString (Inherited from Object.)
Protected methodTrackViewState (Inherited from Control.)
Top
Events

  NameDescription
Public eventDataBinding (Inherited from Control.)
Public eventDisposed (Inherited from Control.)
Public eventInit (Inherited from Control.)
Public eventLoad (Inherited from Control.)
Public eventPreRender (Inherited from Control.)
Public eventUnload (Inherited from Control.)
Top
Remarks

To use all functionality the client needs Internet Explorer, Mozilla Firefox or a Webkit browser (Chrome / Safari). DocumentWriter is intended to be used with one of more EptButton controls
See Also

Reference