VCFile.CanMove(Object) Method

Definition

Returns true if a file can be moved to the specified location.

public:
 bool CanMove(System::Object ^ Parent);
public:
 bool CanMove(Platform::Object ^ Parent);
bool CanMove(winrt::Windows::Foundation::IInspectable const & Parent);
[System.Runtime.InteropServices.DispId(409)]
public bool CanMove (object Parent);
[<System.Runtime.InteropServices.DispId(409)>]
abstract member CanMove : obj -> bool
Public Function CanMove (Parent As Object) As Boolean

Parameters

Parent
Object

Required. The folder or project into which you want to move the file or folder.

Returns

true if a file can be moved to the specified location; otherwise, false.

Attributes

Applies to