ItemUrlType enumeration
列舉 SharePoint URL 類型。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Enumeration ItemUrlType
'用途
Dim instance As ItemUrlType
public enum ItemUrlType
Members
Member name | Description | |
---|---|---|
Invalid | 列舉值 = 0。 | |
Attachment | 列舉值 = 1。 | |
File | 列舉值 = 2。 | |
Layouts | 列舉值 = 3。 | |
Library | 列舉值 = 4。 | |
List | 列舉值 = 5。 | |
RootFile | 列舉值 = 6。 |