Class CakeTemplatePublisher
Inheritance
System.Object
CakeTemplatePublisher
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Cake.ClickTwice
Assembly:Cake.ClickTwice.dll
Syntax
public class CakeTemplatePublisher : ITemplatePublisher
Constructors
| Improve this Doc View SourceCakeTemplatePublisher(String, TemplatePackageSettings)
Declaration
public CakeTemplatePublisher(string templateDirectory, TemplatePackageSettings settings)
Parameters
Type | Name | Description |
---|---|---|
System.String | templateDirectory | |
TemplatePackageSettings | settings |
Properties
| Improve this Doc View SourceMetadata
Declaration
public TemplatePackageSettings Metadata { get; }
Property Value
Type | Description |
---|---|
TemplatePackageSettings |
Implements
| Improve this Doc View SourcePackagingMode
Declaration
public PackagingMode PackagingMode { get; }
Property Value
Type | Description |
---|---|
PackagingMode |
Implements
Methods
| Improve this Doc View SourceToGallery(String, String)
Declaration
public ITemplatePublisher ToGallery(string apiKey = null, string galleryUri = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | apiKey | |
System.String | galleryUri |
Returns
Type | Description |
---|---|
ITemplatePublisher |
Implements
| Improve this Doc View SourceToPackageFile(String)
Declaration
public ITemplatePublisher ToPackageFile(string outputPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputPath |
Returns
Type | Description |
---|---|
ITemplatePublisher |