Class LightResourceInfo
Encapsulates the description of a light resource. This class is derived from ResourceInfo. Some resource types are directly described by objects of this class (e.g. AutoTrans), other ones (e.g. IgnoreList) by objects of derived classes. To find out exactly which class is used for a resource type see the "Described by class" section of the documentation of the appropriate ResourceType enumeration member. See enum ResourceType for more information.
Inheritance
LightResourceInfo
Syntax
public class LightResourceInfo : ResourceInfo
Fields
IsDefault
Indicates if this is a default resource. Default resources are deployed by the installer and can not be modified/deleted.
Declaration
public bool IsDefault