Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates SharePoint URL types.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration ItemUrlType
'Usage
Dim instance As ItemUrlType
public enum ItemUrlType
Members
Member name | Description | |
---|---|---|
Invalid | Enumerator value = 0. | |
Attachment | Enumerator value = 1. | |
File | Enumerator value = 2. | |
Layouts | Enumerator value = 3. | |
Library | Enumerator value = 4. | |
List | Enumerator value = 5. | |
RootFile | Enumerator value = 6. |