Imports System.Runtime.Serialization Imports DigitalData.Modules.ZooFlow.State Namespace Methods.IDB.NewFile Public Class NewFileRequest Public Property File As FileProperties ''' ''' Name/title of the ObjectStore to save the file to, ex. Work ''' Public Property StoreName As String ''' ''' The Document Id of the file, ex. 1 ''' Public Property IDBDoctypeId As Long ''' ''' The kind of object to be created, ex. DOC ''' Public Property KindType As String ''' ''' User Importing the file ''' ''' Public Property User As UserState End Class End Namespace