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>.CanMoveFrom Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ICoreObjectWithChildren<TChild, TChildInfo>.CanMoveFrom Method

Checks whether MoveFrom can be executed with a given info.

Syntax
C#
OperationInfo CanMoveFrom(ICoreInfo coreInfo, bool deepCheck = true);
Parameters
Description
ICoreInfo coreInfo
The info of the object to be moved.
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 MoveFrom can be executed.

Copyright © 2021 Orgadata AG. All rights reserved.