Goedel.Mesh.PasswordProfile.Delete C# (CSharp) Method

Delete() public method

Delete a password entry.
public Delete ( string Site ) : bool
Site string The site whose details are to be removed
return bool
        public bool Delete(string Site) {
            return Private.Delete(Site);
            }