SPMetabaseObject members
Represents an object that is persisted in the Internet Information Services (IIS) configuration store (previously referred to as ‘metabase’).
The SPMetabaseObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPMetabaseObject | Initializes a new instance of the SPMetabaseObject class to return an instance of an existing site. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CurrentDirectoryEntry | Gets the configuration store Active Directory Domain Services (AD DS) node that corresponds to this object. |
![]() |
Exists | Gets a Boolean value that indicates whether the object exists in the configuration store. |
![]() |
ParentIsDisposable | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
RelativePath | Gets the portion of the configuration store path that is specific to the object. |
![]() |
SchemaClassName | Gets the identifier of the object type that the configuration store object represents. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Releases unmanaged resources used by the configuration store object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InvokeMethod | Executes the Invoke method of the current directory entry. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Provision | Creates a node in the Active Directory whose parent is the current configuration store object. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Unprovision | Destroys the configuration store object. |
![]() |
Update | Commits to the registry or to the underlying directory store all changes made to the Active Directory Domain Services (AD DS) entry for this object. |
Top