IAspireStore
Interface
interface IAspireStore { getFileNameWithContent( filenameTemplate: string, sourceFilename: string): string;}Methods
method
getFileNameWithContent Gets a deterministic file path for the specified file contents
getFileNameWithContent( filenameTemplate: string, sourceFilename: string): stringParameters
filenameTemplate string sourceFilename string Returns
string