1

I have a folder called 'Top' and 2 sub folders 'A' and 'B' underneath that. Now, I'm trying to move folder 'B' under folder 'A'. For this, I tried a create a RCR as follows..

RCR = FolderA.File((IFolder)FolderB, AutoUniqueName.AUTO_UNIQUE, ((IFolder)FolderB).Name, DefineSecurityParentage.DO_NOT_DEFINE_SECURITY_PARENTAGE);

Though this code executes without any error, I don't see Folder B moving under Folder A. Wondering is this the right way?

Venky.m
  • 101
  • 1
  • 8

1 Answers1

2

I found that we have to just set the parent property and no need of RCR

Venky.m
  • 101
  • 1
  • 8