How to remove content from collection and add it to another
问题 I have couple of providers created with a smartform: ID Title 90 Doctor A 102 Doctor B 10 Doctor C 26 Doctor D 495 Doctor E I have three collections in CMS: ID Title of Collection 12 IM Collection 43 UR Collection 9 EC Collection The following code retrieves the content for the collection which is working for me: ContentManager contentManager = new ContentManager(); ContentCollectionCriteria criteria = new ContentCollectionCriteria(ContentProperty.Id, EkEnumeration.OrderByDirection.Ascending)