PublicAPI.Docflow.Types.ContractIncoming.IsNew ELMA API Documentation
Check, if the object is new (not saved in the database)
 
 
Syntax

public bool IsNew(
	ContractIncoming obj
)

Parameters

obj
Type: ContractIncoming
System Object. Document Type. Access path: PublicAPI.Docflow.Types.ContractIncoming

Return Value

Type: Boolean
true, if new
See Also