Locks the selected values of a generic object.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic void Lock(
	string path,
	IEnumerable<int> colIndices = null
)
Public Sub Lock ( 
	path As String,
	Optional colIndices As IEnumerable(Of Integer) = Nothing
)
Parameters
- path
 - Type: SystemString
Path to the definition of the object.
                                        
For example, /qListObjectDef. - colIndices (Optional)
 - Type: System.Collections.GenericIEnumerableInt32
Dimension numbers or dimension indexes where the lock should apply.
                                        Dimension numbers/indexes start from 0.
                                        This parameter is optional. If this parameter is not set,  the selected values in all dimensions are locked. 
Return Value
Type: 
Implements
IGenericObjectLock(String, IEnumerableInt32)
See Also