_sSiteMetadata Members
Include Protected Members
Include Inherited Members
Specifies the metadata information about the site collection.
The _sSiteMetadata 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 | |
---|---|---|
LastModified | Specifies the UTC date and time when the site collection was last modified. | |
LastModifiedForceRecrawl | Specifies the UTC date and time when the permissions of any structural element of the site collection were last modified. | |
PortalUrl | Specifies the Url of the portal associated with the site collection. | |
SmallSite | A Boolean variable that specifies whether the collection is a small collection. | |
UserProfileGUID | A string representing the GUID of the user profile who owns the site. | |
ValidSecurityInfo | A Boolean variable that specifies whether the current user has administrator privileges for the site collection. |
Top