Class ScriptTemplatePublisher
Inheritance
System.Object
ScriptTemplatePublisher
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:ScriptCs.ClickTwice
Assembly:ScriptCs.ClickTwice.dll
Syntax
public class ScriptTemplatePublisher : ITemplatePublisher
Constructors
|
Improve this Doc
View Source
ScriptTemplatePublisher(String)
Declaration
public ScriptTemplatePublisher(string templateDirectory)
Parameters
Type |
Name |
Description |
System.String |
templateDirectory |
|
Properties
|
Improve this Doc
View Source
Declaration
public TemplatePackageSettings Metadata { get; }
Property Value
Implements
|
Improve this Doc
View Source
PackagingMode
Declaration
public PackagingMode PackagingMode { get; set; }
Property Value
Implements
Methods
|
Improve this Doc
View Source
EnableVisualStudioMode()
Declaration
public ScriptTemplatePublisher EnableVisualStudioMode()
Returns
|
Improve this Doc
View Source
Declaration
public ScriptTemplatePublisher SetMetadata(TemplatePackageSettings settings)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public ScriptTemplatePublisher SetMetadata(string id, string version, string author, string description = null)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
version |
|
System.String |
author |
|
System.String |
description |
|
Returns
|
Improve this Doc
View Source
ToGallery(String, String)
Declaration
public ITemplatePublisher ToGallery(string apiKey = null, string galleryUri = null)
Parameters
Type |
Name |
Description |
System.String |
apiKey |
|
System.String |
galleryUri |
|
Returns
Implements
|
Improve this Doc
View Source
ToPackageFile(String)
Declaration
public ITemplatePublisher ToPackageFile(string outputPath)
Parameters
Type |
Name |
Description |
System.String |
outputPath |
|
Returns
Implements