Class LightResourceListFilter
Specifies filter criteria for listing light resources.
Inheritance
System.Object
LightResourceListFilter
Syntax
public class LightResourceListFilter
Fields
LanguageCode
Language code of the resource to match, if the resource is language specific. If value is empty or null, no filtering based on name or description is applied. If the resource is not language specific, filtering ignores the specified value.
Declaration
public string LanguageCode
Type
System.StringNameOrDescription
Partial name or description to search for. If value is empty or null, no filtering based on name or description is applied.
Declaration
public string NameOrDescription