PublicAPI.Portal.Security.OrganizationItem.IsNew ELMA API Documentation
Check, if the object is new (not saved in the database)
 
 
Syntax

public bool IsNew(
	OrganizationItem obj
)

Parameters

obj
Type: OrganizationItem
System Object. Object. Access path: PublicAPI.Portal.Security.OrganizationItem

Return Value

Type: Boolean
true, if new
See Also