IsTemporary: Boolean;
The IsTemporary property determines whether a temporary repository object is created.
Available values:
True. The created object will be a temporary one. It can not be saved in the repository. The object can be edited, set up and calculated.
False. Default value. The type of created object is determined by the IMetabaseObjectCreateInfo.Permanent property.
See also: