Imports System.Runtime.Serialization Namespace Methods.IDB.GetFileObject Public Class FileObject Public Property ObjectId As Long Public Property AccessRights As String Public Property FileExtension As String Public Property FileHash As String Public Property FileSize As Long Public Property FileContents As Byte() ' Internal Properties, these will not be given to the client Public Property FilePath As String End Class End Namespace