/// <summary> /// OnPostRestore method implementation /// </summary> public override bool OnPostRestore(object sender, SPRestoreInformation info) { ArgumentValidator.IsNotNull(info, "RestoreInformation"); info.ChangePersistedObjectParentId(Utilities.GetAdminService(true).Id); Update(true); info.CurrentProgress = 100; return(true); }
public bool OnRestore(object sender, SPRestoreInformation args) { throw new NotImplementedException(); }