Performs a check-out of an item on behalf of the current user.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void CheckOut(
Guid itemId
)
Public Sub CheckOut (
itemId As Guid
)
public:
void CheckOut(
Guid itemId
)
member CheckOut :
itemId : Guid -> unit
Parameters
- itemId
- Type: SystemGuid
The unique identifier of the item to check-out.
See Also