_sSiteMetadata.ValidSecurityInfo Field

A Boolean variable that specifies whether the current user has administrator privileges for the site collection.

Namespace:  [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx

Syntax

'Declaration
Public ValidSecurityInfo As Boolean
'Usage
Dim instance As _sSiteMetadata
Dim value As Boolean

value = instance.ValidSecurityInfo

instance.ValidSecurityInfo = value
public bool ValidSecurityInfo

Remarks

Users who are added to the site collection administrators group are granted full control to all sites and other securable objects within the entire site collection. Site owners may not be aware that site collection administrators also have full control of their sites.

This property has a value of true if the site is composed of fewer than 1,000 sub-sites and the user has the permissions to allow the size determination to be made. If both conditions are not met, this property is set to false.

See Also

Reference

_sSiteMetadata Structure

_sSiteMetadata Members

SiteData Web Service

SPWebCollection

ValidSecurityInfo

ValidSecurityInfo