I hereby claim:
-
I am sniffdk on github.
-
I am sniffdk (https://keybase.io/sniffdk) on keybase.
-
I have a public key ASBZAFC_yIlaOhmzIQ87-JL9NJP3ehfKL8RXsW9OmDIjwQo
| public class DetachedIdPublishedContent : DetachedPublishedContent | |
| { | |
| public DetachedIdPublishedContent(int id, Guid key, string name, PublishedContentType contentType, IEnumerable<IPublishedProperty> properties, IPublishedContent containerNode = null, int sortOrder = 0, bool isPreviewing = false) | |
| : base(key, name, contentType, properties, containerNode, sortOrder, isPreviewing) | |
| { | |
| Id = id; | |
| } | |
| public override int Id { get; } | |
| } |
I hereby claim:
I am sniffdk on github.
I am sniffdk (https://keybase.io/sniffdk) on keybase.
I have a public key ASBZAFC_yIlaOhmzIQ87-JL9NJP3ehfKL8RXsW9OmDIjwQo
| public class ContentCopierAppComponent : IUserComposer | |
| { | |
| public void Compose(Composition composition) | |
| { | |
| composition.ContentApps().Append<ContentCopierApp>(); | |
| } | |
| } | |
| public class ContentCopierApp : IContentAppFactory | |
| { |