Sitecore.FakeDb.Data.Engines.DataCommands.SaveItemCommand.DoExecute C# (CSharp) Méthode

DoExecute() protected méthode

protected DoExecute ( ) : bool
Résultat bool
    protected override bool DoExecute()
    {
      var fakeItem = this.dataStorage.GetFakeItem(this.Item.ID);

      this.UpdateBasicData(fakeItem);
      this.UpdateFields(fakeItem);

      return true;
    }