Interface ITemplatePublisher
Namespace:ClickTwice.Templating
Assembly:ClickTwice.Templating.dll
Syntax
public interface ITemplatePublisher
Properties
|
Improve this Doc
View Source
Declaration
TemplatePackageSettings Metadata { get; }
Property Value
|
Improve this Doc
View Source
PackagingMode
Declaration
PackagingMode PackagingMode { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToGallery(String, String)
Declaration
ITemplatePublisher ToGallery(string apiKey = null, string galleryUri = null)
Parameters
Type |
Name |
Description |
System.String |
apiKey |
|
System.String |
galleryUri |
|
Returns
|
Improve this Doc
View Source
ToPackageFile(String)
Declaration
ITemplatePublisher ToPackageFile(string outputPath)
Parameters
Type |
Name |
Description |
System.String |
outputPath |
|
Returns