8 lines
155 B
VB.net
8 lines
155 B
VB.net
Namespace Sharepoint
|
|
Public Class Constants
|
|
Public Enum ErrorType
|
|
GetDocumentError
|
|
End Enum
|
|
End Class
|
|
End Namespace
|