Este conteúdo não está disponível no idioma selecionado.
Chapter 21. kickstart.snippet
Abstract
			Provides methods to create kickstart files
		
21.1. createOrUpdate
Copiar o linkLink copiado para a área de transferência!
- Name
- createOrUpdate
- Description
- Will create a snippet with the given name and contents if it doesn't exist. If it does exist, the existing snippet will be updated.
- Parameters
- string sessionKey
- string name
- string contents
 
- Return Value
- struct - snippet- stringname
- stringcontents
- stringfragment- The string to include in a kickstart file that will generate this snippet.
- stringfile- The local path to the file containing this snippet.