_sWebMetadata.CategoryBucketID Field
Specifies the ID of the bucket web that contains the site.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public CategoryBucketID As String
'Usage
Dim instance As _sWebMetadata
Dim value As String
value = instance.CategoryBucketID
instance.CategoryBucketID = value
public string CategoryBucketID
Remarks
A bucket web is denoted by the addition of a "CX" to the URL, where X is a number. When the root site is represented by “http://sitename”, then the first bucket is “http://sitename/C1”, the first child bucket under the first bucket is “http://sitename/C1/C1”, the second child bucket is “http://sitename/C1/C2”, and so on.
The bucket architecture was deprecated with SharePoint 2007, but it is still supported. When sites within a bucket are moved, then the url fields in lists and metadata are updated to reflect the new location. All urls NOT managed by SharePoint will NOT be updated, which may break site links.
This property must be returned only if the site has an external security provider. The client must ignore it.
See Also
Reference
Url