Set a write lock for this file or directory.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public void SetWriteLock(
	bool lockval,
	int[] keys
)
Visual Basic
Public Sub SetWriteLock ( 
	lockval As Boolean,
	keys As Integer()
)
Visual C++
public:
void SetWriteLock(
	bool lockval, 
	array<int>^ keys
)
F#
member SetWriteLock : 
        lockval : bool * 
        keys : int[] -> unit 

Parameters

lockval
Type: System..::..Boolean
true to set write lock or false to unlock write lock
keys
Type: array<System..::..Int32>[]()[][]
write keys or null

See Also