SiteAdmin Class

Provides properties and methods for site administration tasks.

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.Administration.SiteAdmin

Namespace:  System.Web.WebPages.Administration
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Public Class SiteAdmin
'Usage
Dim instance As SiteAdmin
public class SiteAdmin
public ref class SiteAdmin
type SiteAdmin =  class end
public class SiteAdmin

The SiteAdmin type exposes the following members.

Properties

  Name Description
Public propertyStatic member AdminVirtualPath Gets or sets the virtual path for administration task.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Description Gets or sets the site admin description.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property DisplayName Gets or sets the site admin display name.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public propertyStatic member Modules Gets the list of SiteAdmin under this site.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property StartPageVirtualPath Gets or sets the virtual path for the start page.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member GetVirtualPath Creates a new virtual path using the admin virtual path and the specified virtual path.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Register Adds a new SiteAdmin under this site.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method ToString (Inherited from Object.)

Top

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.

See Also

Reference

System.Web.WebPages.Administration Namespace