Click or drag to resize

CheckOutObject Constructor (Type, String, String, Int32)

Initializes a new instance of the CheckOutObject class

Namespace:  Dynamicweb.Content.Versioning
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public CheckOutObject(
	Type type,
	string objectId,
	string userId,
	int maxCheckOutTimeInMinutes
)

Parameters

type
Type: SystemType
objectId
Type: SystemString
userId
Type: SystemString
maxCheckOutTimeInMinutes
Type: SystemInt32
See Also