| CheckOutObject Constructor (Type, String, String, Int32) |
Namespace:
Dynamicweb.Content.Versioning
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public CheckOutObject(
Type type,
string objectId,
string userId,
int maxCheckOutTimeInMinutes
)
Public Sub New (
type As Type,
objectId As String,
userId As String,
maxCheckOutTimeInMinutes As Integer
)
Parameters
- type
- Type: SystemType
- objectId
- Type: SystemString
- userId
- Type: SystemString
- maxCheckOutTimeInMinutes
- Type: SystemInt32
See Also