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