ContentController.UploadAndReplaceChildren Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
UploadAndReplaceChildren(Int32, UploadIn)
Replace existing files in folder with the specified blobs.
public IEnumerable UploadAndReplaceChildren(int id, UploadIn model)
Parameters
- id
- System.Int32
- model
- UploadIn
Returns
System.Collections.Generic.IEnumerable{Weavy.Core.Models.IFile}
The files that were inserted and/or replaced.