Represents the maximum number of characters that can be used in the absolute URL for a site collection.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Const MaxFullUrlLength As Integer
用法
Dim value As Integer
value = SPSite.MaxFullUrlLength
public const int MaxFullUrlLength
备注
The value of this constant is 260.
The MaxFullUrlLength field is static and cannot be called on an instance object. To call this field, use SPSite.MaxFullUrlLength.