Accusoft.Forms1 - Updated
Unlock Method (FormDefinitionFile)



Accusoft.FormDirectorSdk Namespace > FormDefinitionFile Class : Unlock Method
Unlocks the form definition file so other users or programs may read or write it.
Syntax
Public Overrides Sub Unlock() 
Dim instance As FormDefinitionFile
 
instance.Unlock()
public override void Unlock()
public:
void Unlock(); override 
Remarks

This method unlocks the form definition file. You should always unlock a form definition file when you are finished with it.

It is not an error to unlock a form definition file more than once. If you call Unlock when the form definition file is already unlocked, it will do nothing.

See Also

Reference

FormDefinitionFile Class
FormDefinitionFile Members
Lock Method
IsLocked Property