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

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

Defines the event arguments that are passed to the OnRender method of a component that derives from the PermissionDependentComponent base class.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    ContentStudio.Site.ActiveScripting.SecurityRenderEventArgs

Namespace: ContentStudio.Site.ActiveScripting.Security
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class RenderEventArgs : EventArgs

The RenderEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodRenderEventArgs
Constructs a new instance of the RenderEventArgs event argument class.
Top
Properties

  NameDescription
Public propertySuccess
Gets a value that indicates if a performed access check was successful.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference