Method WriteToFile
WriteToFile(string, bool)
Writes json file for the build layout to the destination path
선언
public void WriteToFile(string destinationPath, bool prettyPrint)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | destinationPath | File path to write build layout |
| bool | prettyPrint | If json should be written using pretty print |