Previous Topic: SetViewPath Method

Next Topic: SetUseCITimeStamp Method


SetShareWorkDir Method

Sets the Delete After Checkout attribute of this process.

Syntax

object.SetShareWorkDir(blnFlag)

Owning Class

CaWCheckout

Arguments

blnFlag - A boolean. True if the client directory is shared, False if not.

Return Value

A boolean. True if success, False if fail

Notes

This option is for UNIX file systems. The file access is set such that group has access.

Example

Dim objCheckout
Set objCheckout = objContext.GetCheckout()
blnRet = objCheckout.SetShareWorkDir(False)

More information: