IsRowCreationAllowed property

Returns or sets whether users can create rows via the user interface in this process step.

Note that even if this property is set to FALSE, new rows can still be created via the API.

Syntax


C++

HRESULT get_IsRowCreationAllowed(
   
VARIANT_BOOL *pIsRowCreationAllowed)

HRESULT put_IsRowCreationAllowed(
   
VARIANT_BOOL IsRowCreationAllowed)

Scripting languages

Boolean = Object.IsRowCreationAllowed

Object.IsRowCreationAllowed = Boolean

Home

Applies to

IERUDBProcessStep