Property Value
true : the StorableObject is transient
false : the StorableObject is a real object in a real project
Determines if the the StorableObject is transient.
The StorableObject is transient when it was created by default constructor and:
it is a Page and it was not assigned a Project,
it is a Placement or any class derived from it and was not assigned a Page.
true : the StorableObject is transient
false : the StorableObject is a real object in a real project