void IQPArticle.OnMaterialized(IQPLibraryService context) { this.String = context.ReplacePlaceholders(this.String); this.TextBox = context.ReplacePlaceholders(this.TextBox); this.VisualEdit = context.ReplacePlaceholders(this.VisualEdit); this.Enum = context.ReplacePlaceholders(this.Enum); this.FileUrl = context.GetUrl(this.File, "AfiellFieldsItem", "File"); this.ImageUrl = context.GetUrl(this.Image, "AfiellFieldsItem", "Image"); this.DynamicImageUrl = context.GetUrl(this.DynamicImage, "AfiellFieldsItem", "DynamicImage"); this.FileUploadPath = context.GetUploadPath(this.File, "AfiellFieldsItem", "File"); this.ImageUploadPath = context.GetUploadPath(this.Image, "AfiellFieldsItem", "Image"); }
void IQPArticle.OnMaterialized(IQPLibraryService context) { this.Legal = context.ReplacePlaceholders(this.Legal); this.Benefit = context.ReplacePlaceholders(this.Benefit); this.ArchiveTitle = context.ReplacePlaceholders(this.ArchiveTitle); this.ArchiveNotes = context.ReplacePlaceholders(this.ArchiveNotes); this.PDFUrl = context.GetUrl(this.PDF, "Product", "PDF"); this.PDFUploadPath = context.GetUploadPath(this.PDF, "Product", "PDF"); }
void IQPArticle.OnMaterialized(IQPLibraryService context) { this.ImageValueFieldUrl = context.GetUrl(this.ImageValueField, "ImageItemForUpdate", "ImageValueField"); this.ImageValueFieldUploadPath = context.GetUploadPath(this.ImageValueField, "ImageItemForUpdate", "ImageValueField"); }
void IQPArticle.OnMaterialized(IQPLibraryService context) { this.FileItemUrl = context.GetUrl(this.FileItem, "FileFieldsItem", "FileItem"); this.FileItemUploadPath = context.GetUploadPath(this.FileItem, "FileFieldsItem", "FileItem"); }