You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core.Interfaces Namespace > Interfaces > ICoreObjectWithChildren<TChild, TChildInfo> Interface > ICoreObjectWithChildren<TChild, TChildInfo> Methods > ICoreObjectWithChildren<TChild, TChildInfo>.CanCopyFrom Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ICoreObjectWithChildren<TChild, TChildInfo>.CanCopyFrom Method

Checks whether CopyFrom can be executed with a given info.

Syntax
C#
OperationInfo CanCopyFrom(ICoreInfo coreInfo, bool deepCheck = true);
Parameters
Description
ICoreInfo coreInfo
The info of the object to be copied.
bool deepCheck = true
Indicates whether the core info should be checked shallow or deep. The default is a deep check.

Returns an OperationInfo which indicates if CopyFrom can be executed.

Copyright © 2020. All rights reserved.