Interface IConditionalChildCopier
A marker for objects that can be copied by SetItemInfo
Namespace: LemonEdge.API.Core.DataIntegration
Assembly: LemonEdge.API.dll
Syntax
public interface IConditionalChildCopier
Properties
CanCopyAsChild
this object can be copied as a child.
Declaration
bool CanCopyAsChild { get; }
Property Value
Type | Description |
---|---|
bool |