Class SetItemClearOnCopyAttribute
Indicates this property should always be cleared when copying from setcopier to a new item Used for properties such as UserID to ensure they are reset to being globally accessible
Inherited Members
Namespace: LemonEdge.API
Assembly: LemonEdge.API.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class SetItemClearOnCopyAttribute : Attribute
Constructors
SetItemClearOnCopyAttribute()
Declaration
public SetItemClearOnCopyAttribute()