ItemUrlType Enumeration
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. |