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

Checks whether CopyFrom can be executed with a given info.

Syntax
C#
IOperationInfo CanCopyFrom(TChildInfo coreInfo);
Parameters
Description
TChildInfo coreInfo
The info of the object to be copied.

Returns an IOperationInfo which indicates if CopyFrom can be executed.

Copyright © 2020. All rights reserved.