Zooflow: CheckInOut
This commit is contained in:
13
Service.EDMIService/Methods/IDB/GetFileInfo/FileInfo.vb
Normal file
13
Service.EDMIService/Methods/IDB/GetFileInfo/FileInfo.vb
Normal file
@@ -0,0 +1,13 @@
|
||||
Imports System.Runtime.Serialization
|
||||
|
||||
Namespace Methods.IDB.GetFileInfo
|
||||
<Serializable>
|
||||
Public Class FileInfo
|
||||
<DataMember>
|
||||
Public Property IsCheckedOut As Boolean
|
||||
|
||||
<DataMember>
|
||||
Public Property CheckoutUser As String
|
||||
End Class
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user