_sWebMetadata Members
Include Protected Members
Include Inherited Members
Contains metadata information for a Web site.
The _sWebMetadata type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
AllowAnonymousAccess | Specifies whether anonymous users have access permissions for the site. | |
AnonymousViewListItems | Specifies whether anonymous users have ViewListItem permission for the site. | |
Author | A string specifying the creator of the site. | |
CategoryBucketID | Specifies the ID of the bucket web that contains the site. | |
CategoryId | Specifies the GUID of the site | |
CategoryIdPath | A colon-delimited list of the GUIDs that represent the web application, all the parent sites and the site itself. | |
CategoryName | Specifies the name of the site. | |
Description | Specifies the description of the site. | |
ExternalSecurity | A Boolean variable that specifies whether an external security provider is provided for the site. | |
InheritedSecurity | A Boolean variable that specifies whether the site inherits security from the parent site. | |
IsBucketWeb | Specifies whether the site is a bucket Web. | |
Language | Specifies the Language code identifier of the SPWeb. | |
LastModified | Specifies the UTC date and time when the site collection containing the site was last modified. | |
LastModifiedForceRecrawl | Specifies the date and time when the site was last modified for indexing. | |
NoIndex | Specifies whether the SPWeb can be crawled for indexing, or for items to record in a search catalog. | |
Permissions | Determines the permissions for web site. | |
Title | Specifies the title of the SPWeb. | |
UsedInAutocat | Specifies whether the SPWeb has categories. | |
ValidSecurityInfo | A Boolean variable that specifies whether the SPWeb has valid security information. | |
WebID | Specifies the GUID of the SPWeb site. This GUID must be enclosed in curly braces ({}). |
Top