void SetChapterReadOnly(int inChapterIndex, bool inValue)
Description
Changes the "Read Only" state of a chapter
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inChapterIindex | Int | Index of the chapter |
inValue | bool | 'true' to set the chapter as "ReadOnly" or 'false' otherwise. |
Return Type
void
Comments
Please sign in to leave a comment.