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

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

Note: This API is now obsolete.

Inserts script that embeds a twitter feed from a specific user. This component acts as a wrapper round the Twitter official profile widget.
Inheritance Hierarchy

SystemObject
  System.Web.UIControl
    ContentStudio.Site.ControlsControlBase
      ContentStudio.Site.ControlsTwitterProfileWidget

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

[ObsoleteAttribute("This component no longer works because Twitter no longer supports its API 1.0.")]
public class TwitterProfileWidget : ControlBase

The TwitterProfileWidget type exposes the following members.

Constructors

  NameDescription
Public methodTwitterProfileWidget
Initializes a new instance of the TwitterProfileWidget class.
Protected methodTwitterProfileWidget(String)
Initializes a new instance of the TwitterProfileWidget class using the type of twitter list.
Top
Properties

  NameDescription
Protected propertyAdapter (Inherited from Control.)
Public propertyAppRelativeTemplateSourceDirectory (Inherited from Control.)
Public propertyAvatars
Gets or sets a value indicating whether this TwitterProfileWidget display the author's twitter avatar besides the tweet item.
Public propertyBehavior
Gets or sets a value that controls the display behavior of the Tweet component.
Public propertyBindingContainer (Inherited from Control.)
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 propertyEnableTheming (Inherited from Control.)
Public propertyEnableViewState (Inherited from Control.)
Protected propertyEvents (Inherited from Control.)
Public propertyFullscreen
Gets or sets a value indicating whether this TwitterProfileWidget component is displayed in fullscreen mode.
Protected propertyHasChildViewState (Inherited from Control.)
Public propertyHashtags
Gets or sets a value indicating whether this TwitterProfileWidget displays any hashtags.
Public propertyHeight
Gets or sets the height of the Tweet control. Depending on Twitter's implementation, not all unit types are supported. Pixels and 100% are accepted. Currently the smallest height supported is 100px."
Public propertyID (Inherited from Control.)
Protected propertyIdSeparator (Inherited from Control.)
Public propertyIncludeReplies
Gets or sets a value indicating whether to include reply tweets.
Public propertyInterval
Gets or sets the item display; value is in seconds.
Protected propertyIsChildControlStateCleared (Inherited from Control.)
Protected propertyIsTrackingViewState (Inherited from Control.)
Protected propertyIsViewStateEnabled (Inherited from Control.)
Protected propertyLoadViewStateByID (Inherited from Control.)
Public propertyMaxItems
Gets or sets the max number of tweets items displayed.
Public propertyNamingContainer (Inherited from Control.)
Public propertyPage
Gets a reference to the Page instance that contains the server control.
(Inherited from ControlBase.)
Public propertyParent (Inherited from Control.)
Public propertyScrollbar
Gets or sets a value indicating whether this TwitterProfileWidget displays a scrollbar when there are more tweets than what fits into the area vertically. Default value is true.
Public propertyShellBackgroundColor
Gets or sets the shell background color.
Public propertyShellTextColor
Gets or sets the shell text color.
Public propertySite (Inherited from Control.)
Public propertySkinID (Inherited from Control.)
Public propertyTemplateControl (Inherited from Control.)
Public propertyTemplateSourceDirectory (Inherited from Control.)
Public propertyTimestamp
Gets or sets a value indicating whether this TwitterProfileWidget component displays a timestamp.
Public propertyTopTweets
Gets or sets a value indicating whether to display top tweets.
Public propertyTweetsBackgroundColor
Gets or sets the tweet section background color.
Public propertyTweetsLinkColor
Gets or sets the tweet section link color.
Public propertyTweetsTextColor
Gets or sets the tweet section text color.
Protected propertyType
Gets or sets the type of Tweet list generated.
Public propertyUniqueID (Inherited from Control.)
Public propertyUserName
Gets or sets the twitter user to follow.
Public propertyWidth
Gets or sets the width of the Tweet control. Depending on Twitter's implementation, not all unit types are supported. Pixels and 100% are accepted. Currently the smallest width supported is 150px."
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.)
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 (Inherited from Control.)
Protected methodOnPreRender
Raises the Init event.
(Overrides ControlOnPreRender(EventArgs).)
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 methodRenderSetType
Renders the set* script call to the supplied HtmlTextWriter object. This metod gets called when the client side Twitter plugin script code is rendered.
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
See Also

Reference