Imports System.Runtime.Serialization Namespace Methods.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 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 ''' ''' The name of the user importing the file, ex. JenneJ ''' Public Property Who As String ''' ''' The language of the user ''' ''' Public Property Language As String End Class End Namespace