Imports System.Runtime.Serialization Imports DigitalData.Modules.ZooFlow.State Namespace Methods.IDB.VersionFile Public Class VersionFileRequest Public Property File As FileProperties ''' ''' Name/title of the ObjectStore to save the file to, ex. Work ''' Public Property StoreName As String ''' ''' The business entity of the file, ex DEFAULT ''' Public Property BusinessEntity As String ''' ''' 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