private AddPackageSource ( string name, string location, bool isTrusted, bool isValidated ) : void | ||
name | string | package source name |
location | string | package source location |
isTrusted | bool | is the source trusted |
isValidated | bool | need validate before storing the information to config file |
return | void |