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 | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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. | |
MemberwiseClone | (Inherited from Object.) | |
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. | |
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.